Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed May 14, 2024
1 parent 13c84f2 commit f505859
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion server/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export {
} from "https://dev.zaubrik.com/[email protected]/functions/mod.ts";
export {
isArray,
isFunction,
isObject,
isPresent,
} from "https://dev.zaubrik.com/[email protected]/type.js";
2 changes: 1 addition & 1 deletion server/validation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isArray, isObject } from "./deps.ts";
import { isObject } from "./deps.ts";
import {
invalidParamsErrorData,
invalidRequestErrorData,
Expand Down

0 comments on commit f505859

Please sign in to comment.