Skip to content

Commit

Permalink
remove eslint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Nov 13, 2024
1 parent 59487a4 commit 16d9504
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/account/src/predicate/predicate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ export class Predicate<
super(address, provider);

this.bytes = predicateBytes;
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
this.interface = predicateInterface!;
this.interface = predicateInterface;
if (data !== undefined && data.length > 0) {
this.predicateData = data;
}
Expand Down

0 comments on commit 16d9504

Please sign in to comment.