Skip to content

Commit 2876ada

Browse files
committed
chore: remove unused eslint-disable
1 parent 3acb72c commit 2876ada

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/shared/environment/detect.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export const useSafariLegacyPush = (): boolean => {
4141

4242
const hasVapidSupport =
4343
typeof PushSubscriptionOptions !== 'undefined' &&
44-
// eslint-disable-next-line no-prototype-builtins
4544
PushSubscriptionOptions.prototype.hasOwnProperty('applicationServerKey');
4645
if (!hasVapidSupport) return true;
4746

0 commit comments

Comments
 (0)