Skip to content

Commit

Permalink
chore(common, core, microservices): Change mismatched JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltop committed Feb 29, 2024
1 parent a0dff7b commit 5954841
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export type ParamDecoratorEnhancer = ParameterDecorator;
* Defines HTTP route param decorator
*
* @param factory
* @param enhancers
*
* @publicApi
*/
Expand Down
1 change: 1 addition & 0 deletions packages/core/hooks/on-app-shutdown.hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function callOperator(
* (providers / controllers).
*
* @param module The module which will be initialized
* @param signal
*/
export async function callAppShutdownHook(
module: Module,
Expand Down
1 change: 1 addition & 0 deletions packages/microservices/server/server-grpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export class ServerGrpc extends Server implements CustomTransportStrategy {
*
* @param methodHandler
* @param protoNativeHandler
* @param streamType
*/
public createServiceMethod(
methodHandler: Function,
Expand Down

0 comments on commit 5954841

Please sign in to comment.