Skip to content

Commit

Permalink
fix jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 2, 2024
1 parent 18977d8 commit beecfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {
contextsMappings,
} from "@gramio/contexts";
import type { APIMethodParams, TelegramUpdate } from "@gramio/types";
import { TelegramError } from "errors.js";
import type { CaughtMiddlewareHandler } from "middleware-io";
import { Composer } from "./composer.js";
import { TelegramError } from "./errors.js";
import type { AnyBot } from "./types.js";

// cant use node:timers/promises because possible browser usage...
Expand Down

0 comments on commit beecfb9

Please sign in to comment.