Skip to content

Commit

Permalink
Merge pull request #25 from krislefeber/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
krislefeber authored May 13, 2020
2 parents aacf890 + b5bf8e4 commit dd88ff0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: Node.js CI

on:
push:
branches: [master]
pull_request:
branches: [master]

Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '@nestjs/common';
import { APP_INTERCEPTOR, ModuleRef, ContextIdFactory } from '@nestjs/core';
import { GqlExecutionContext } from '@nestjs/graphql';
import DataLoader from 'dataloader';
import * as DataLoader from 'dataloader';
import { Observable } from 'rxjs';
import { idText } from 'typescript';

Expand Down

0 comments on commit dd88ff0

Please sign in to comment.