mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Remove unnecessart args
This commit is contained in:
parent
3b3de19384
commit
62b25ccbfc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
export function handleSocketEvent({ action = null, data = {} } = {}, ...args) {
|
export function handleSocketEvent({ action = null, data = {} } = {}) {
|
||||||
switch (action) {
|
switch (action) {
|
||||||
case socketEvent.GMUpdate:
|
case socketEvent.GMUpdate:
|
||||||
Hooks.callAll(socketEvent.GMUpdate, data);
|
Hooks.callAll(socketEvent.GMUpdate, data);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue