Skip to content

Commit

Permalink
refactor: move ArgumentError to lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed May 17, 2021
1 parent 7a77e42 commit 8726268
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/asLink.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LinkField, LinkType } from "@prismicio/types";
import { ArgumentError } from "./ArgumentError";
import { ArgumentError } from "./lib/ArgumentError";
import { LinkResolverFunction } from "./types";

/**
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/asLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
LinkField,
LinkType
} from "@prismicio/types/dist/graphql";
import { ArgumentError } from "../ArgumentError";
import { ArgumentError } from "../lib/ArgumentError";
import { LinkResolverFunction } from "./types";

/**
Expand Down
File renamed without changes.

0 comments on commit 8726268

Please sign in to comment.