mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ActionName } from '@/onebot/action/router';
|
||||
import { GetPacketStatusDepends } from '@/onebot/action/packet/GetPacketStatus';
|
||||
import { z } from 'zod';
|
||||
import { actionType } from '../type';
|
||||
import { actionType } from '@/common/coerce';
|
||||
const SchemaData = z.object({
|
||||
group_id: actionType.string(),
|
||||
user_id: actionType.string(),
|
||||
|
||||
Reference in New Issue
Block a user