Skip to content

Commit 8d48f08

Browse files
tyler-daneCopilot
andauthored
Update packages/backend/src/waitlist/controller/waitlist.controller.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 856eb84 commit 8d48f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/waitlist/controller/waitlist.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class WaitlistController {
4343
if (!parseResult.success) {
4444
return res
4545
.status(400)
46-
.json({ error: "Invalid answer", details: parseResult.error });
46+
.json({ error: "Invalid waitlist data", details: parseResult.error });
4747
}
4848

4949
try {

0 commit comments

Comments
 (0)