@riocrypto/common-server 1.0.2549 → 1.0.2550
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.
|
@@ -708,7 +708,7 @@ class ClusterClient {
|
|
|
708
708
|
}
|
|
709
709
|
getUserTWAPSettings(userId) {
|
|
710
710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
711
|
-
const response = yield this.axios.get(`${this.baseUrl}/api/users/${userId}/TWAP/settings
|
|
711
|
+
const response = yield this.axios.get(`${this.baseUrl}/api/users/${userId}/TWAP/settings`, { headers: { "x-cluster-api-key": this.clusterApiKey } });
|
|
712
712
|
return response.data;
|
|
713
713
|
});
|
|
714
714
|
}
|