Skip to content

Commit

Permalink
fix: key id
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Jan 25, 2025
1 parent 4a91600 commit f35ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/core/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class PluginVerifier {
}

let publicKey;
if (!keyId) {
if (!keyId || keyId == 'official') {
publicKey = this.officialKey;
}
else {
Expand Down

0 comments on commit f35ab31

Please sign in to comment.