Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Mar 16, 2022
1 parent 686d087 commit ebec470
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
MutationCreateEngagementArgs,
EngagementResponse
} from '@cbosuite/schema/dist/provider-types'
import { UserInputError, ForbiddenError } from 'apollo-server-errors'
import { ForbiddenError } from 'apollo-server-errors'
import {
createDBAction,
createDBEngagement,
Expand Down

0 comments on commit ebec470

Please sign in to comment.