Skip to content

Commit 4302df2

Browse files
committed
remove stored permission key
1 parent 0fbb3ec commit 4302df2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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)