We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eae2dc commit 7bf70d1Copy full SHA for 7bf70d1
src/backend/common/vendor/RockSkyApiClient.ts
@@ -130,7 +130,7 @@ export class RockSkyApiClient extends AbstractApiClient {
130
131
testAuth = async () => {
132
try {
133
- const resp = await this.callApi(request.get(`${joinedUrl(this.lzUrl.url,'1/validate-token')}`));
+ const resp = await this.callLZApi(request.get(`${joinedUrl(this.lzUrl.url,'1/validate-token')}`));
134
return true;
135
} catch (e) {
136
throw e;
0 commit comments