Skip to content

Commit 8507ccd

Browse files
committed
chore(hello): remove default value
1 parent af4af57 commit 8507ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/hyperweb/src/hello/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default class Contract {
22
state: {
33
msg?: string | boolean | null;
4-
} = {};
4+
};
55

66
constructor() { }
77

0 commit comments

Comments
 (0)