Skip to content

Commit 574df8c

Browse files
committed
Revert "test: experiementing to test the uat workflow"
This reverts commit 6418c8a.
1 parent aee547e commit 574df8c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/backend/src/routes/cards.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export async function cardRoutes(app: FastifyInstance): Promise<void> {
108108
if (!parsed.success) {return reply.status(400).send({ error: 'Validation failed', details: parsed.error.flatten() })}
109109
const updated = await cardService.updateCard(app, userId, id, parsed.data)
110110
if (!updated) {return reply.status(404).send({ error: 'Card not found' })}
111-
console.log(updated)
112111
return updated
113112
} catch (error) {
114113
if (hasErrorCode(error, 'OWNERSHIP')) {return reply.status(403).send({ error: 'One or more links do not belong to your account' })}

0 commit comments

Comments
 (0)