mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
remove unused import
This commit is contained in:
parent
c3259156ac
commit
c2cba27e68
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ import {
|
|||
import { StatusError } from '@/services/error';
|
||||
import { handle } from '@/services/handler';
|
||||
import { makeRouter } from '@/services/router';
|
||||
import { randomUUID } from 'crypto';
|
||||
import { z } from 'zod';
|
||||
|
||||
const bookmarkDataSchema = z.object({
|
||||
|
|
|
|||
Loading…
Reference in a new issue