Skip to content

Commit da35a3e

Browse files
committed
chore: remove unused eslint-disable
1 parent 01d4e3e commit da35a3e

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
@@ -40,7 +40,6 @@ export const useSafariLegacyPush = (): boolean => {
4040

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

0 commit comments

Comments
 (0)