Skip to content

Commit

Permalink
fix: windows import error
Browse files Browse the repository at this point in the history
  • Loading branch information
box chong committed Mar 20, 2020
1 parent 056e99e commit a444d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-appsync-subscription-link/src/utils/retry.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { rootLogger } from ".";
import { rootLogger } from "./";
import { DelayFunction } from "../types";

const logger = rootLogger.extend("retry");
Expand Down

0 comments on commit a444d57

Please sign in to comment.