bruce-models 0.2.2 → 0.2.3

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.
@@ -4848,7 +4848,7 @@
4848
4848
  if (cacheData) {
4849
4849
  return [2 /*return*/, cacheData];
4850
4850
  }
4851
- return [4 /*yield*/, api.GET("user/" + id)];
4851
+ return [4 /*yield*/, api.GET("user/" + id + (accountId ? "?clientAccountID=" + accountId : ""))];
4852
4852
  case 1:
4853
4853
  req = _a.sent();
4854
4854
  api.Cache.Set(GetCacheKey(id, accountId), req, exports.Api.DEFAULT_CACHE_DURATION);