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 <8391194+marcus-sa@users.noreply.github.com>
  • Loading branch information
marcus-sa authored Oct 21, 2023
1 parent 1546a41 commit 589c79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpc/src/decorators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ControllerDefinition } from './model.js';

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

definition?: ControllerDefinition<any>;

Expand Down

0 comments on commit 589c79e

Please # to comment.