Skip to content

Commit aea8d16

Browse files
committed
refactor(query-graphql): Linting
1 parent 26850b2 commit aea8d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-graphql/src/pipes/inject-data-loader-config.pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Inject, Injectable, PipeTransform } from '@nestjs/common'
22
import { ModuleRef } from '@nestjs/core'
33
import { Options } from 'dataloader'
44

5-
export const dataLoaderOptionsToken = 'DATALOADER_OPTIONS' as const
5+
export const dataLoaderOptionsToken = 'DATALOADER_OPTIONS'
66
// eslint-disable-next-line @typescript-eslint/no-explicit-any
77
export type DataLoaderOptions = Options<any, any, any>
88

0 commit comments

Comments
 (0)