Compare commits
No commits in common. "62acc3a5c856337752b7d47b1c3688b61b13cea3" and "e63aef8b83033a30e600767af9feca25f75b74b3" have entirely different histories.
62acc3a5c8
...
e63aef8b83
1 changed files with 0 additions and 5 deletions
|
|
@ -43,11 +43,6 @@ export const useSocketStore = defineStore("socket", () => {
|
|||
notifyStatusOrg("current", body.message, body.success);
|
||||
}
|
||||
});
|
||||
|
||||
socket.on("socket-notification", (payload) => {
|
||||
let body: sockeBackup = JSON.parse(payload);
|
||||
notifyStatus(body.message, body.success);
|
||||
});
|
||||
}
|
||||
|
||||
function notifyStatus(message: string, success?: boolean) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue