Skip to content

Commit

Permalink
Fix in the import apollo-server-koa
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Jul 5, 2020
1 parent c611248 commit 42321cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/project/src/validators/UserValidator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { UserInputError } from 'apollo-server-koa';
import { UserInputError } from 'apollo-server-core';
import { UserForm } from '../inputs/UserInput';

class UserValidator {
Expand Down

0 comments on commit 42321cd

Please sign in to comment.