bruce-models 0.5.7 → 0.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4080,7 +4080,7 @@
4080
4080
  res = _a.sent();
4081
4081
  data = __assign(__assign({}, data), res);
4082
4082
  _a.label = 2;
4083
- case 2: return [4 /*yield*/, api.POST("tileset", data)];
4083
+ case 2: return [4 /*yield*/, api.POST("tileset/update/" + data.id, data)];
4084
4084
  case 3:
4085
4085
  data = _a.sent();
4086
4086
  api.Cache.RemoveByStartsWith(exports.Api.ECacheKey.Tileset + exports.Api.ECacheKey.Id + data.id);