@riocrypto/common 1.0.777 → 1.0.778
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.
|
@@ -216,10 +216,10 @@ class RioAdminClient {
|
|
|
216
216
|
}
|
|
217
217
|
createBridgePlaidLink(userId) {
|
|
218
218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
219
|
-
const response = yield this.axios.post(`/api/bank/us/link
|
|
219
|
+
const response = yield this.axios.post(`/api/bank/us/link`, {
|
|
220
220
|
userId,
|
|
221
221
|
});
|
|
222
|
-
return response.data.
|
|
222
|
+
return response.data.url;
|
|
223
223
|
});
|
|
224
224
|
}
|
|
225
225
|
signout() {
|