mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
formatting fix
This commit is contained in:
@@ -164,8 +164,7 @@ export class OneLoginDirectoryService extends BaseDirectoryService implements Di
|
||||
'Accept': 'application/json',
|
||||
}),
|
||||
};
|
||||
const response = await fetch(
|
||||
new Request(url, req));
|
||||
const response = await fetch(new Request(url, req));
|
||||
if (response.status === 200) {
|
||||
const responseJson = await response.json();
|
||||
return responseJson;
|
||||
|
||||
Reference in New Issue
Block a user