Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed May 28, 2024
1 parent cfb7ede commit c9c134e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ export {
} from "https://dev.zaubrik.com/[email protected]/type.js";
export {
type AuthInput,
} from "https://dev.zaubrik.com/[email protected].4/server/mod.ts";
} from "https://dev.zaubrik.com/[email protected].6/server/mod.ts";
export { queue } from "https://dev.zaubrik.com/[email protected]/generator.js";
2 changes: 1 addition & 1 deletion middlewares/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export {
type Methods,
type Options,
respond,
} from "https://dev.zaubrik.com/[email protected].4/server/response.ts";
} from "https://dev.zaubrik.com/[email protected].6/server/mod.ts";

export {
mergeUrl,
Expand Down

0 comments on commit c9c134e

Please sign in to comment.