mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Fix lint errors/warnings (#187)
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user