updated marketjob-addded to marketjob-added

This commit was merged in pull request #665.
This commit is contained in:
victorAnumudu
2024-03-21 18:05:48 +01:00
parent 7649a90c47
commit 2a8b7ba6ec
2 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export default function SocketIOContextProvider({children}) {
const marketUpdate = (message, room) => {
if(message && room){
socket.emit("marketjob_addded", { message, room });
socket.emit("marketjob_added", { message, room });
}
};