Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
fix: please god
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo committed Feb 6, 2024
1 parent ccbdbea commit a5ae92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/Notification/NotifyContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function NotifyProvider({ children }) {

useEffect(() => {
fetch("/api/notifications").finally(() => {
const s = io();
const s = io("/");

Object.keys(fetchers).forEach((key) => {
s.on(key, (data) => {
Expand Down

0 comments on commit a5ae92a

Please sign in to comment.