Skip to content

Commit

Permalink
Disable gpg fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny authored Oct 18, 2024
1 parent 158d9dd commit 920982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ document.addEventListener("DOMContentLoaded", function () {
console.error(err)
})

Promise.all([ghFetch, giFetch, ghGPGFetch]).then(() => {
Promise.all([ghFetch, giFetch]).then(() => {
handle.disabled = false;
checkButton.disabled = false;
const url = new URL(window.location);
Expand Down

0 comments on commit 920982c

Please sign in to comment.