Skip to content

Commit

Permalink
put back the normal thingy for the response
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Oct 28, 2024
1 parent a197ffc commit e702d7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -821,9 +821,7 @@ fastify.get("/studysets/:studysetid", async function (request, reply) {
})
} else {
await client.query("ROLLBACK");
return reply.send({
abc: "def"
})
return reply.callNotFound();
}
} else {
await client.query("ROLLBACK");
Expand Down

0 comments on commit e702d7b

Please sign in to comment.