Browse Source

Fix comment typo

dev
David Ludwig 4 years ago
parent
commit
e0d66f6804
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      api/search/src/IpcClient.ts

+ 1
- 1
api/search/src/IpcClient.ts View File

@ -9,7 +9,7 @@ export abstract class IpcClient<M extends Microservice = Microservice> extends I
*/ */
protected SOCKET_PATH = SOCKET_PATH; protected SOCKET_PATH = SOCKET_PATH;
/**
/**
* Get the details of a movie * Get the details of a movie
*/ */
protected async details(tmdbId: number) { protected async details(tmdbId: number) {


Loading…
Cancel
Save