Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-21 16:58:48 +01:00
parent e8459a7a7b
commit c9357d0371
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { BaseClient } from "@dpu/shared/dist/fastify";
import { BaseClient } from "@dpu/shared/dist/fastify.js";
import { printNetworkError } from "@dpu/shared/dist/logger.js";
export class TidalClient extends BaseClient {