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

Commit

Permalink
chore: Update deno.lock and fix tokens import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Blckbrry-Pi committed May 10, 2024
1 parent 1317b2b commit 4b3a481
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/tokens/scripts/extend.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ScriptContext } from "../_gen/scripts/extend.ts";
import { TokenWithSecret } from "../types/common.ts";
import { tokenFromRow } from "../types/common.ts";
import { TokenWithSecret } from "../utils/types.ts";
import { tokenFromRow } from "../utils/types.ts";

export interface Request {
token: string;
Expand Down
19 changes: 19 additions & 0 deletions tests/basic/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b3a481

Please sign in to comment.