Skip to content

Commit 058e143

Browse files
Jan LohageJan Lohage
authored andcommitted
Typings/fastJoin: fix linting
1 parent 2c2ce72 commit 058e143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export function discardQuery(...fieldNames: string[]): Hook;
143143
export function existsByDot(object: any, path: string): boolean;
144144

145145
export interface ResolverContext<T = any> extends HookContext<T> {
146-
_loaders: any
146+
_loaders: any;
147147
}
148148

149149
export type SimpleResolver<T> = (...args: any[]) => (item: T, context: ResolverContext) => Promise<any>;

0 commit comments

Comments
 (0)