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

Commit

Permalink
Merge pull request #63 from mmccall10/patch-1
Browse files Browse the repository at this point in the history
Fix bad import path for type AccessMode
  • Loading branch information
paulomarg committed Mar 8, 2021
2 parents 2046ae0 + cc9253c commit 4edb636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verify-request/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AccessMode } from "src/types";
import { AccessMode } from "../types";

export interface Routes {
authRoute: string;
Expand Down

0 comments on commit 4edb636

Please sign in to comment.