Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Feb 23, 2024
1 parent ec96b7c commit 2c44882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/data-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c44882

Please sign in to comment.