Skip to content

Commit 660272b

Browse files
authored
Merge pull request #4 from ecavalcanti/master
Fix dataloader import error
2 parents 8341e48 + 965dc61 commit 660272b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import DataLoader from 'dataloader';
1+
import * as DataLoader from 'dataloader';
22
import { NestInterceptor, ExecutionContext, CallHandler, InternalServerErrorException, createParamDecorator } from '@nestjs/common';
33
import { Injectable } from '@nestjs/common';
44
import { ModuleRef, APP_INTERCEPTOR } from '@nestjs/core';

0 commit comments

Comments
 (0)