prevent linter

This commit is contained in:
Moriz Wahl 2022-03-11 14:10:31 +01:00
parent 489ab233b9
commit 9912c8913b

View File

@ -109,6 +109,7 @@ export class TransactionLinkResolver {
@Authorized([RIGHTS.LIST_TRANSACTION_LINKS])
@Query(() => [TransactionLink])
async listTransactionLinks(
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
@Arg('offset', { nullable: true }) offset: number = 0,
@Ctx() context: any,
): Promise<TransactionLink[]> {