peter hace 5 años
padre
commit
6005382a54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/Utils.ts

+ 1
- 1
src/Utils.ts Ver fichero

@@ -65,7 +65,7 @@ export function rpcHooker<SubResT = {}>(socket: I.Socket, exporter:I.Exporter<Su
65 65
         return ret
66 66
     })
67 67
 }
68
-
68
+//
69 69
 const hookGenerator = (rpc:T.HookRPC<any>): T.HookInfo['generator'] => { 
70 70
     const argsArr = extractArgs(rpc.hook)
71 71
     argsArr.pop()

Loading…
Cancelar
Guardar