Skip to content

Commit

Permalink
Semicolon!
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakim87 committed May 19, 2020
1 parent 8b71eb6 commit 4263404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsetta_private_api/templates/source.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
if (successful)
return;
if (error_txt === "")
error_txt = textStatus
error_txt = textStatus;
// Get customized error page that will show whatever error message we captured
// here in the front end
let queryParam = encodeURIComponent(error_txt);
Expand Down

0 comments on commit 4263404

Please sign in to comment.