Skip to content

Commit 49e7f15

Browse files
committed
Remove code comment
1 parent ec9fdf6 commit 49e7f15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/webapp/app/routes/api.v1.waitpoints.http-callback.$waitpointFriendlyId.callback.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export async function action({ request, params }: ActionFunctionArgs) {
2929
const waitpointId = WaitpointId.toId(waitpointFriendlyId);
3030

3131
try {
32-
//check permissions
3332
const waitpoint = await $replica.waitpoint.findFirst({
3433
where: {
3534
id: waitpointId,

0 commit comments

Comments
 (0)