Skip to content

Commit

Permalink
Minor change to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmouris committed May 6, 2024
1 parent 0c1ea7f commit b8e8194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/api/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ export default defineEventHandler(async (event) => {
// working version.
return {
statusCode: 200,
message: 'Success',
statusMessage: 'Success',
message: 'Events fetched successfully',
events,
}
}
Expand Down

0 comments on commit b8e8194

Please sign in to comment.