Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hubermat committed May 26, 2020
1 parent 99416da commit 6ab85f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctldap.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function apiPost(site, func, data, triedLogin, triedCSRFUpdate) {
return apiPost(site, func, data, true, triedCSRFUpdate);
});
} else {
var error = new Error(JSON.stringify(result);
var error = new Error(JSON.stringify(result));
logError(site, "CT API request still not working after login: ", error);
throw error;
}
Expand Down

0 comments on commit 6ab85f8

Please sign in to comment.