Skip to content

Commit

Permalink
chore: test error in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
edalholt committed Jan 1, 2025
1 parent ca4adf4 commit d0f0a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controllers/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export const getLogsForAssembly = async (
} catch (error) {
return res
.status(500)
.json({ message: "Error while fetching logs for the assembly" });
.json({ message: "Error while fetching logs for the assembly: ", error });
}
};

0 comments on commit d0f0a7c

Please sign in to comment.