Skip to content

Commit

Permalink
Fix console log message in regSw function
Browse files Browse the repository at this point in the history
  • Loading branch information
sayinmehmet47 committed May 7, 2024
1 parent eb6dde0 commit 57dda1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function regSw(user) {
}
} else {
console.log(
'Service workers or Push notifications are not supported by the browser'
'Service workers or Push notifications are not supported by the browser.'
);
}
}
Expand Down

0 comments on commit 57dda1a

Please sign in to comment.