CognxSafeTrack commited on
Commit
ef58703
·
1 Parent(s): c54affa

chore: remove unused zod import from auth.ts

Browse files
Files changed (1) hide show
  1. apps/api/src/routes/auth.ts +1 -1
apps/api/src/routes/auth.ts CHANGED
@@ -1,5 +1,5 @@
1
  import { FastifyInstance } from 'fastify';
2
- import { z } from 'zod';
3
  import { AuthService } from '../services/auth';
4
  import { logger } from '../logger';
5
 
 
1
  import { FastifyInstance } from 'fastify';
2
+
3
  import { AuthService } from '../services/auth';
4
  import { logger } from '../logger';
5