Skip to content

Commit 1ce1260

Browse files
committed
Oops, lets not hardcode a 408
1 parent c0d4a56 commit 1ce1260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/api.v1.tasks.$taskId.trigger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const { action, loader } = createActionApiRoute(
143143
},
144144
{
145145
headers: $responseHeaders,
146-
status: 408,
146+
status: 200,
147147
}
148148
);
149149
} catch (error) {

0 commit comments

Comments
 (0)