bruce-models 0.6.1 → 0.6.2

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.
@@ -4082,7 +4082,7 @@
4082
4082
  _a.label = 2;
4083
4083
  case 2: return [4 /*yield*/, api.POST("tileset/update/" + data.id, data, exports.Api.PrepReqParams())];
4084
4084
  case 3:
4085
- data = _a.sent();
4085
+ _a.sent();
4086
4086
  api.Cache.RemoveByStartsWith(exports.Api.ECacheKey.Tileset + exports.Api.ECacheKey.Id + data.id);
4087
4087
  api.Cache.RemoveByStartsWith(exports.Api.ECacheKey.Tileset);
4088
4088
  return [2 /*return*/, data];