(fix): fix connection issues
This commit is contained in:
parent
781a90d2d1
commit
a43c05f035
4 changed files with 28 additions and 23 deletions
|
|
@ -225,7 +225,7 @@ export const mtp = {
|
|||
request: user.partial(),
|
||||
response: z.object({}),
|
||||
},
|
||||
Ping: {
|
||||
ClientPing: {
|
||||
request: z.object({
|
||||
LastPing: z.number(),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue