mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-05 18:47:52 +01:00
Fix lint errors/warnings (#187)
This commit is contained in:
parent
4cd20f0fa8
commit
23ded0d115
@ -353,7 +353,7 @@ export class ApiService implements ApiServiceAbstraction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async getSsoUserIdentifier(): Promise<string> {
|
async getSsoUserIdentifier(): Promise<string> {
|
||||||
return this.send('GET', '/accounts/sso/user-identifier', null, true, true)
|
return this.send('GET', '/accounts/sso/user-identifier', null, true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Folder APIs
|
// Folder APIs
|
||||||
@ -701,7 +701,6 @@ export class ApiService implements ApiServiceAbstraction {
|
|||||||
return new ListResponse(r, PlanResponse);
|
return new ListResponse(r, PlanResponse);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
async postImportDirectory(organizationId: string, request: ImportDirectoryRequest): Promise<any> {
|
async postImportDirectory(organizationId: string, request: ImportDirectoryRequest): Promise<any> {
|
||||||
return this.send('POST', '/organizations/' + organizationId + '/import', request, true, false);
|
return this.send('POST', '/organizations/' + organizationId + '/import', request, true, false);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user