We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e68c7 commit 11b3213Copy full SHA for 11b3213
src/main/resources/handlebars/typescript-fetch/api.mustache
@@ -61,7 +61,7 @@ export class BaseAPI {
61
* @extends {Error}
62
*/
63
export class RequiredError extends Error {
64
- name: "RequiredError"
+ name = "RequiredError"
65
constructor(public field: string, msg?: string) {
66
super(msg);
67
}
0 commit comments