diff --git a/module/systemRegistration/socket.mjs b/module/systemRegistration/socket.mjs index 08d2bf3b..b336a012 100644 --- a/module/systemRegistration/socket.mjs +++ b/module/systemRegistration/socket.mjs @@ -1,4 +1,4 @@ -export function handleSocketEvent({ action = null, data = {} } = {}, ...args) { +export function handleSocketEvent({ action = null, data = {} } = {}) { switch (action) { case socketEvent.GMUpdate: Hooks.callAll(socketEvent.GMUpdate, data);