Skip to content

Commit

Permalink
Ignore lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jm42 committed Nov 27, 2024
1 parent f4c4030 commit d4f30fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/moments/src/client/MomentsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ export class MomentsClient {
media.fileBinary,
url,
media.fileType,
// FIXME the given function could return a promise but
// - moments api provider doesn't expect a fouth argument
// - poap moments api accepts a function that does not returns a promise
// eslint-disable-next-line @typescript-eslint/no-misused-promises
onFileUploadProgress,
);

Expand Down
1 change: 1 addition & 0 deletions packages/utils/src/queries/filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export function createAddressFilter(
: {};
}

// eslint-disable-next-line complexity
export function createNotNullAddressFilter(
key: string,
filterZeroAddress = true,
Expand Down

0 comments on commit d4f30fd

Please sign in to comment.