This commit is contained in:
Darius
2026-02-06 21:35:25 +01:00
parent ff4248961b
commit f49c868007
5 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import type { AxiosInstance } from "axios";
import { logWarning } from "./logger";
import { logWarning } from "./logger.js";
export type ServiceResult<T = unknown> = {
result: T;