Rename the notification event name
This commit is contained in:
parent
bfd408ef0b
commit
b6ab0a229a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,8 +6,8 @@ import { submitRequest } from "./submitRequest.mjs";
|
|||
|
||||
const events = {
|
||||
// Data Request sockets
|
||||
createNotif,
|
||||
"query.cancel": cancelRequest,
|
||||
"query.notify": createNotif,
|
||||
"query.prompt": dataRequest,
|
||||
"query.submit": submitRequest,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue