diff --git a/src/onebot/action/OB11Response.ts b/src/onebot/action/OB11Response.ts index 2f7f4deb..3fecfbb4 100644 --- a/src/onebot/action/OB11Response.ts +++ b/src/onebot/action/OB11Response.ts @@ -1,6 +1,6 @@ import { OB11Return } from '../types'; -import { isNull } from '../../common/helper'; +import { isNull } from '@/common/helper'; export class OB11Response { static res(data: T, status: string, retcode: number, message: string = ''): OB11Return {