Skip to content

Commit 38e9e7a

Browse files
committed
what proc deno meni linty v ruznych verzich
1 parent dca3d6a commit 38e9e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tg/utils.deno.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// deno-lint-ignore-file no-explicit-any
22
// The authors disclaim copyright to this source code (they are ashamed to
33
// admit they wrote it)
4-
import { encodeBase64 } from "jsr:@std/encoding";
4+
import { encodeBase64 } from "jsr:@std/encoding@^1.0.10";
55

66
export const BOT_TOKEN = Deno.env.get("TG_BOT_TOKEN");
77
export const MAIN_CHAT_ID = parseInt(Deno.env.get("TG_MAIN_CHAT_ID")!);

0 commit comments

Comments
 (0)