Skip to content

Commit

Permalink
Update nfcwarp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Alestore committed Jun 23, 2023
1 parent ca79283 commit 7e2fe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/nfcwarp.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
nfcRead() {
return new Promise((resolve, reject) => {
console.log("Approach NFC Tag");
// eslint-disable-line
// eslint-disable-next-line
const ndef = new NDEFReader();
ndef.scan()
.then(() => {
Expand Down

0 comments on commit 7e2fe9d

Please sign in to comment.