This commit is contained in:
Andrey Sobolev 2024-05-28 12:37:11 +07:00
parent 69ca75e3b2
commit fe7511c591
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -66,7 +66,7 @@ export class ApiEndpoint {
async leaveWorkspace (email: string, username: string, password: string): Promise<any> {
const token = await this.loginAndGetToken(username, password)
const url = AccountUrl
const url = this.baseUrl
const payload = {
method: 'leaveWorkspace',
params: [email]