Skip to content

Commit

Permalink
misc: finalized success message
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Jun 25, 2024
1 parent 11ea599 commit d34b266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/server/routes/v1/project-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export const registerProjectRouter = async (server: FastifyZodProvider) => {
});

return {
message: "Successfull changed project audit log retention",
message: "Successfully updated project's audit logs retention period",
workspace
};
}
Expand Down

0 comments on commit d34b266

Please sign in to comment.