diff --git a/api/search/src/IpcClient.ts b/api/search/src/IpcClient.ts index c17ae31..0898d00 100644 --- a/api/search/src/IpcClient.ts +++ b/api/search/src/IpcClient.ts @@ -9,7 +9,7 @@ export abstract class IpcClient extends I */ protected SOCKET_PATH = SOCKET_PATH; - /** + /** * Get the details of a movie */ protected async details(tmdbId: number) {