Skip to content

Commit 729a678

Browse files
committed
wip
1 parent 5a09947 commit 729a678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/Api/V1/UserTimeEntryController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function myActive(): JsonResponse
6767
return response()->json([
6868
'data' => null,
6969
'message' => 'No active time entry',
70-
], 200);
70+
], 404);
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)