Skip to content

Commit 6ff0243

Browse files
committed
bug fixes
1 parent 64262b5 commit 6ff0243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/TypescriptBrowser/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class BaseAPI {
9898
};
9999

100100
export class RequiredError extends Error {
101-
name: "RequiredError"
101+
name = 'RequiredError';
102102
constructor(public field: string, msg?: string) {
103103
super(msg);
104104
}

0 commit comments

Comments
 (0)