1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-15 15:53:41 +00:00

[PM-4747] List members under each group when doing test sync (#507)

* Add user list under each group when doing test sync

* run prettier and lint, replace '@' with @
This commit is contained in:
Rui Tomé
2024-07-23 10:46:20 +01:00
committed by GitHub
parent 63b06f6950
commit 6e76d8fcbd
8 changed files with 16 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ export class ElectronLogService extends BaseLogService {
super(isDev(), filter);
}
init () {
init() {
if (log.transports == null) {
return;
}