Skip to content

Commit 11b3213

Browse files
committed
fixed typo. in typescript generator api template
1 parent 53e68c7 commit 11b3213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/handlebars/typescript-fetch/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class BaseAPI {
6161
* @extends {Error}
6262
*/
6363
export class RequiredError extends Error {
64-
name: "RequiredError"
64+
name = "RequiredError"
6565
constructor(public field: string, msg?: string) {
6666
super(msg);
6767
}

0 commit comments

Comments
 (0)