Skip to content

Commit 205e661

Browse files
committed
remove stored permission key
1 parent fc54441 commit 205e661

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/shared/managers/PermissionManager.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ import { EmptyArgumentError } from '../errors/common';
66
* across Safari, Chrome, and Firefox.
77
*/
88
export default class PermissionManager {
9-
static get STORED_PERMISSION_KEY() {
10-
return 'storedNotificationPermission';
11-
}
12-
139
/**
1410
* Returns a promise that resolves to the browser's current notification permission as
1511
* 'default', 'granted', or 'denied'.

0 commit comments

Comments
 (0)