Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalnjs committed Sep 27, 2024
1 parent 5d3b553 commit f7a2f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checker/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ document.getElementById("save-button").addEventListener("click", (e) => {
})
});
});
return console.log(updatedInfo);
console.log(updatedInfo);
fetch(domain + '/save', {
method: "POST",
headers: {
Expand Down

0 comments on commit f7a2f5c

Please sign in to comment.