Skip to content

Commit

Permalink
Update main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaN0X authored Oct 9, 2024
1 parent d628890 commit 15670e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

return await (new Promise(function(ok, err){
if(name==null)
ok(false);
return ok(false);


fetch(`/games/${name}`, { method: 'HEAD' })
Expand Down

0 comments on commit 15670e1

Please sign in to comment.