Skip to content

Commit 135828d

Browse files
committed
chore: minor comment update
1 parent 55199ac commit 135828d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bootstrap/dataloader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ const normalizeEvidenceJSON = (json) => {
276276
const normalized = { ...json };
277277

278278
//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.
279+
//It uses the `evidence` field for the attached file URI instead of the `fileURI` field directly.
280280
if (!normalized.fileURI && normalized.evidence) {
281281
normalized.fileURI = normalized.evidence;
282282
}

0 commit comments

Comments
 (0)