Skip to content

Commit

Permalink
fix /api/seen/by-external-id response
Browse files Browse the repository at this point in the history
  • Loading branch information
cnc committed Jan 26, 2025
1 parent 3a9a175 commit 6d46907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/controllers/seen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export class SeenController {
});
});

res.status(200);
res.send();
});

/**
Expand Down

0 comments on commit 6d46907

Please sign in to comment.