mirror of
https://github.com/p-stream/backend.git
synced 2026-04-21 06:12:24 +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 { StatusError } from '@/services/error';
|
||||||
import { handle } from '@/services/handler';
|
import { handle } from '@/services/handler';
|
||||||
import { makeRouter } from '@/services/router';
|
import { makeRouter } from '@/services/router';
|
||||||
import { randomUUID } from 'crypto';
|
|
||||||
import { z } from 'zod';
|
import { z } from 'zod';
|
||||||
|
|
||||||
const bookmarkDataSchema = z.object({
|
const bookmarkDataSchema = z.object({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue