CognxSafeTrack commited on
Commit ·
ef58703
1
Parent(s): c54affa
chore: remove unused zod import from auth.ts
Browse files
apps/api/src/routes/auth.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import { FastifyInstance } from 'fastify';
|
| 2 |
-
|
| 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 |
|