|
@ -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) { |
|
|