Skip to content

Commit e336660

Browse files
committed
lint fix
1 parent d8ee1f5 commit e336660

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/modules/app/browser-init.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ export class BrowserInitService extends InitService {
169169
private closeAuthCheckSubscription() {
170170
firstValueFrom(this.authenticationReady$()).then(() => {
171171
this.sub.unsubscribe();
172-
}
173-
)
172+
});
174173
}
175174

176175
}

0 commit comments

Comments
 (0)