fix: format import order and add braces to continue statement

This commit is contained in:
tumf
2026-02-01 19:34:51 +09:00
committed by Tak Hoffman
parent 55356b7694
commit b6857bd2c8

View File

@@ -1,8 +1,8 @@
import type { WebClient as SlackWebClient } from "@slack/web-api";
import { normalizeHostname } from "../../infra/net/hostname.js";
import type { FetchLike } from "../../media/fetch.js";
import { fetchRemoteMedia } from "../../media/fetch.js";
import { logWarn } from "../../logger.js";
import { fetchRemoteMedia } from "../../media/fetch.js";
import { saveMediaBuffer } from "../../media/store.js";
import type { SlackAttachment, SlackFile } from "../types.js";