galvanic corrosion rewrite
commit this before something goes horribly wrong
This commit is contained in:
@@ -5,7 +5,7 @@ export class SocketTarget {
|
||||
|
||||
socket: SignalRSocketHandler;
|
||||
|
||||
zod: z.ZodTuple = z.tuple([]);
|
||||
zod: z.ZodObject = z.object({});
|
||||
|
||||
constructor(socket: SignalRSocketHandler) {
|
||||
this.socket = socket;
|
||||
|
||||
Reference in New Issue
Block a user