Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 0aaf9ca

Browse files
authored
chore: Update deno.lock and fix tokens import issue (#87)
1 parent 1317b2b commit 0aaf9ca

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

modules/tokens/scripts/extend.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ScriptContext } from "../_gen/scripts/extend.ts";
2-
import { TokenWithSecret } from "../types/common.ts";
3-
import { tokenFromRow } from "../types/common.ts";
2+
import { TokenWithSecret } from "../utils/types.ts";
3+
import { tokenFromRow } from "../utils/types.ts";
44

55
export interface Request {
66
token: string;

tests/basic/deno.lock

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)