Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed May 15, 2024
1 parent b070c25 commit c47c4e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "sms-tree",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand Down Expand Up @@ -68,6 +69,5 @@
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue-tsc": "^1.8.27"
},
"packageManager": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724"
}
}
2 changes: 1 addition & 1 deletion server/trpc/routers/device.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { z } from 'zod';
import { protectedProcedure, publicProcedure, requireRoles, router } from '../trpc';
import { protectedProcedure, requireRoles, router } from '../trpc';

const locationZod = z.string()
.max(114514, { message: '这么长的设备名真的有必要吗' });
Expand Down

0 comments on commit c47c4e7

Please sign in to comment.