Skip to content

Commit

Permalink
Update decorators.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus S. Abildskov <[email protected]>
  • Loading branch information
marcus-sa authored Oct 21, 2023
1 parent 901781e commit 819dedd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rpc/src/decorators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { ClassDecoratorResult, createClassDecoratorContext, createPropertyDecora
import { ControllerDefinition } from './model.js';

class RpcController {
name?: string;
// Defaults to the name of the class
name: string;

definition?: ControllerDefinition<any>;

Expand Down

0 comments on commit 819dedd

Please sign in to comment.