@mtgame/core 0.2.9 → 0.2.10
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.
|
@@ -12671,7 +12671,7 @@
|
|
|
12671
12671
|
return __awaiter(this, void 0, void 0, function () {
|
|
12672
12672
|
return __generator(this, function (_a) {
|
|
12673
12673
|
return [2 /*return*/, this.httpClient
|
|
12674
|
-
.get(this.configService.get('apiUrl') + "/api/v1/
|
|
12674
|
+
.get(this.configService.get('apiUrl') + "/api/v1/public_team/" + teamId + "/users/")
|
|
12675
12675
|
.pipe(operators.map(function (data) { return exports.TeamUser.toFront(data); }))
|
|
12676
12676
|
.toPromise()];
|
|
12677
12677
|
});
|