Skip to content

Commit

Permalink
fixed typo. in typescript generator api template
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMario committed Dec 1, 2023
1 parent 53e68c7 commit 11b3213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class BaseAPI {
* @extends {Error}
*/
export class RequiredError extends Error {
name: "RequiredError"
name = "RequiredError"
constructor(public field: string, msg?: string) {
super(msg);
}
Expand Down

0 comments on commit 11b3213

Please sign in to comment.