style(telegram): format dispatch files

This commit is contained in:
Ayaan Zaidi
2026-02-17 11:26:14 +05:30
parent 7ffc8f9f7c
commit f44b58fd58
2 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import type { Bot } from "grammy";
import path from "node:path";
import type { Bot } from "grammy";
import { beforeEach, describe, expect, it, vi } from "vitest";
import { STATE_DIR } from "../config/paths.js";