Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: remove invalid depdencency require
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Feb 27, 2019
1 parent 0243adb commit 85a044b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sync/src/links/AuditLoggingLink.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NextLink, Operation } from "apollo-link/src/types";
import { NextLink, Operation } from "apollo-link";
import { ApolloLink } from "apollo-link";

export class AuditLoggingLink extends ApolloLink {
Expand Down

0 comments on commit 85a044b

Please sign in to comment.