We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55199ac commit 135828dCopy full SHA for 135828d
1 file changed
src/bootstrap/dataloader.js
@@ -276,7 +276,7 @@ const normalizeEvidenceJSON = (json) => {
276
const normalized = { ...json };
277
278
//Many PoH cases have an evidence format mismatch.
279
- //It uses the `evidence` field for the attached file URI instead of the fileURI field directly.
+ //It uses the `evidence` field for the attached file URI instead of the `fileURI` field directly.
280
if (!normalized.fileURI && normalized.evidence) {
281
normalized.fileURI = normalized.evidence;
282
}
0 commit comments