Skip to content

Commit ee98299

Browse files
committed
chore: console ignore
1 parent 81f6547 commit ee98299

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/common/hooks/useVersionUpdate/useVersionUpdateReload.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const useVersionUpdateReload = ({ toastEligibleRoutes }: VersionUpdatePro
8383
updateServiceWorker,
8484
} = useRegisterSW({
8585
onRegisteredSW(swUrl, swRegistration) {
86+
// eslint-disable-next-line no-console
8687
console.log(`Service Worker at: ${swUrl}`)
8788
if (swRegistration) {
8889
const intervalId = setInterval(
@@ -117,6 +118,7 @@ export const useVersionUpdateReload = ({ toastEligibleRoutes }: VersionUpdatePro
117118
return noop
118119
},
119120
onRegisterError(error) {
121+
// eslint-disable-next-line no-console
120122
console.error('SW registration error', error)
121123
logExceptionToSentry(error)
122124
},

0 commit comments

Comments
 (0)