Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Add gsrch svcid for notifications (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TerryHelems authored Oct 27, 2021
1 parent 8235821 commit 18d6539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/omnibar/omnibar-push-notifications.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ describe('Omnibar push notifications', () => {
await testSvcId('tcs', true, true);
await testSvcId('chrch', false, true);
await testSvcId('merchservices', false, true);
await testSvcId('gsrch', true, true);
});

});
3 changes: 3 additions & 0 deletions src/omnibar/omnibar-push-notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ const notificationSvcIds: {
fenxt: {
requiresNotif: true
},
gsrch: {
requiresNotif: true
},
marketplace: {
requiresNotif: false
},
Expand Down

0 comments on commit 18d6539

Please sign in to comment.