mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-21 11:53:38 +00:00
no need to store response variable
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 9de9c1655c...29556c5d3b
@@ -85,7 +85,7 @@ export class SyncService {
|
||||
throw new Error('Organization not set.');
|
||||
}
|
||||
|
||||
const res = await this.apiService.postImportDirectory(orgId, req);
|
||||
await this.apiService.postImportDirectory(orgId, req);
|
||||
await this.configurationService.saveLastSyncHash(hash);
|
||||
} else {
|
||||
groups = null;
|
||||
|
||||
Reference in New Issue
Block a user