Skip to content

Commit

Permalink
Removed mismatch check
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzeyir Destan authored and uzeyirdestan committed Aug 1, 2024
1 parent 376fbe4 commit d86f1aa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/views/Print.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,6 @@ export default Vue.extend({
} else {
this.nonce = parsed.nonce;
}
if (
this.requiredShards &&
this.requiredShards < (parsed.requiredShards*2)-1
) {
this.$eventHub.$emit("showError", "Mismatch on the parsed QR Count");
return;
}
this.qrCodes.add(result);
this.shards.push(parsed);
},
Expand Down

0 comments on commit d86f1aa

Please sign in to comment.