Skip to content

Commit

Permalink
fix: fcm debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rabyeoljji committed Nov 27, 2024
1 parent 178ed53 commit 2cc445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firebase/messaging/use-service-worker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const useServiceWorker = () => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
.then((registration) => {
// eslint-disable-next-line no-console
// console.log('Service Worker 등록 성공:', registration) // 디버깅용
console.log('Service Worker 등록 성공') // 디버깅용
})
.catch((error) => {
console.error('Service Worker 등록 실패:', error)
Expand Down

0 comments on commit 2cc445a

Please sign in to comment.