Skip to content

Commit 024fb5f

Browse files
stop auth notification in bby (#688)
1 parent 48b34d7 commit 024fb5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/views/notifications/authNotifier.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ export class AuthNotifier extends Disposable implements NotificationNotifier {
4141
}
4242

4343
public fetchNotifications(): void {
44+
if (process.env.ROVODEV_BBY) {
45+
return;
46+
}
4447
this.checkJiraAuth();
4548
// we explicitly are not checking for bitbucket auth here: https://www.loom.com/share/0e96dcef1e524166929057074fc25e40?sid=6edcc48e-7ee8-46cb-a700-14fbd779b6de
4649
}

0 commit comments

Comments
 (0)