Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTheRobot committed Sep 4, 2024
1 parent a1ce13d commit 850274c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/__tests__/filePolygon.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ describe("Polygon signing tests", function () {
await d.sign(signer);
expect(await d.isValid()).toBe(true);

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
expect((await d.rawOwner()).toString("hex")).toEqual(signer.pk);
expect(await d.signatureType()).toEqual(3);
expect(await d.target()).toEqual("OXcT1sVRSA5eGwt2k6Yuz8-3e3g9WJi5uSE99CWqsBs");
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export type Base64URLString = string;
export type Base58String = string;
export type Base58String = string;

0 comments on commit 850274c

Please sign in to comment.