Skip to content

Commit 1fcf3bb

Browse files
author
hirsch88
committed
Add public key word to example prop
1 parent cba231e commit 1fcf3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/console/templates/request.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class {{name.capitalize}}Request extends RequestBody {
1313

1414
// TODO Define your props here and add your needed validator annotations
1515
@IsNotEmpty()
16-
propName: string;
16+
public propName: string;
1717
{{/if}}
1818

1919
}

0 commit comments

Comments
 (0)