Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lnart committed Apr 24, 2024
1 parent 04e5841 commit b249b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endPoints/users/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const userRouter = router({
}),

test: publicProcedure.query(() => {
return "Green Deployment?????????";
return "Green Deployment????????? for sure ";
}),
});

Expand Down

0 comments on commit b249b5d

Please sign in to comment.