Skip to content

Commit 6e19d22

Browse files
authored
Update cards.ts
Signed-off-by: Yachika Sharma <shakuntalaramphalsharma@gmail.com>
1 parent 4a8a170 commit 6e19d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/backend/src/routes/cards.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { handleDbError } from '../utils/error.util.js';
33
import { hashIp } from '../utils/refreshToken';
44
import { createCardSchema ,updateCardSchema, addPlatformLinkSchema} from '../validations/card.validation';
55

6-
import type { CardResponse, UpdateCardBody, UpdatedCardResponse } from '../services/cardService';
6+
import type { CardResponse, UpdateCardBody } from '../services/cardService';
77
import type { Card } from '@devcard/shared/src/types.js';
88
import type { CardVisibility } from '@prisma/client';
99
import type { FastifyInstance, FastifyRequest, FastifyReply } from 'fastify';

0 commit comments

Comments
 (0)