From 7e2fe9d6d1e73ba24fca9fa0929825e3ac7ed631 Mon Sep 17 00:00:00 2001 From: Alestore Inc <82514000+Alestore@users.noreply.github.com> Date: Fri, 23 Jun 2023 19:51:34 +0200 Subject: [PATCH] Update nfcwarp.js --- extensions/nfcwarp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/nfcwarp.js b/extensions/nfcwarp.js index 21348bb7b7..940b82eb6d 100644 --- a/extensions/nfcwarp.js +++ b/extensions/nfcwarp.js @@ -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(() => {