1
0
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:
Kyle Spearrin
2018-05-09 16:10:40 -04:00
parent 3d374fc792
commit 3de35b481e
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 9de9c1655c...29556c5d3b

View File

@@ -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;