From 2c4488282187e94e10d393749470c211fe88afdb Mon Sep 17 00:00:00 2001 From: Jim Toth Date: Fri, 23 Feb 2024 16:01:27 -0500 Subject: [PATCH] linting --- src/common/data-item.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/data-item.ts b/src/common/data-item.ts index 6c934da..aecd175 100644 --- a/src/common/data-item.ts +++ b/src/common/data-item.ts @@ -17,6 +17,7 @@ export default class DataItemFactory { // NB: ArConnect requires the above method of signing DataItem, but they // fail arbundle's .isSigned() check when re-instantiated because // ._id isn't set. So we set it by assigning .rawId to itself. + // eslint-disable-next-line no-self-assign dataItem.rawId = dataItem.rawId return dataItem