Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
canaria3406 committed Oct 1, 2023
1 parent 39e0377 commit d64cfe6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ The `404.html` will then redirect the webpage to the returned URL.
var db = sheet.getSheetByName('database');

while (db.getRange(dbrow, 1).getValue() != '') {
var cond = db.getRange(dbrow, 2).getValue() == hashnum;
if (cond) {
if (db.getRange(dbrow, 2).getValue() == hashnum) {
url = db.getRange(dbrow, 3).getValue();
break;
}
Expand Down

0 comments on commit d64cfe6

Please sign in to comment.