diff options
Diffstat (limited to 'src/aggietime.js')
-rw-r--r-- | src/aggietime.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aggietime.js b/src/aggietime.js index 5c0ff72..f037fd4 100644 --- a/src/aggietime.js +++ b/src/aggietime.js @@ -92,7 +92,7 @@ export const current_shift = async () => { if (`${AGGIETIME_URI}/${req_path}` != response_url) { // IMO a very weird decision - when there is no open shift the api redirects - // home instead of sending back a 404 or something actually *reasonable* :3 + // home instead of sending back a 404 or something return null; } |