diff options
author | Matthew Miller <matthew@millerti.me> | 2020-07-20 15:03:12 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-07-20 15:03:12 -0700 |
commit | cb99eb1b04f8e082757ffe013dd733fee555a4df (patch) | |
tree | e297a2da4918a43a29e6e3c8346beb9965dee297 | |
parent | 6e1bf9cc6c13bb5f3950ed2e5d5a68b6ae646830 (diff) |
Put comment where it should have been
-rw-r--r-- | example/fido-conformance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fido-conformance.js b/example/fido-conformance.js index b204a41..f5e2b95 100644 --- a/example/fido-conformance.js +++ b/example/fido-conformance.js @@ -28,10 +28,10 @@ const fidoRouteSuffix = '/fido'; * * FIDO2 > TESTS CONFIGURATION > DOWNLOAD SERVER METADATA (button) */ -// Update this to whatever folder you extracted the statements to const statements = []; try { + // Update this to whatever folder you extracted the statements to const conformanceMetadataPath = './fido-conformance-mds-v1.3.4'; const conformanceMetadataFilenames = fs.readdirSync(conformanceMetadataPath); for (const statementPath of conformanceMetadataFilenames) { |