Generic Commit; Most likely a fix or small feature
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { TidalSong, TidalVolume } from "@dpu/shared";
|
||||
import { BaseService, type ServiceResult } from "@dpu/shared/dist/fastify.js";
|
||||
import { logWarning } from "@dpu/shared/dist/logger.js";
|
||||
import type { TidalClient } from "./client";
|
||||
import type { TidalClient } from "./client.js";
|
||||
|
||||
export class TidalService extends BaseService<TidalClient> {
|
||||
async getSongFormatted(): Promise<ServiceResult<string>> {
|
||||
|
||||
Reference in New Issue
Block a user