big fix
This commit is contained in:
@@ -7,7 +7,7 @@ export class NotificationItem implements TNotificationItem {
|
||||
code: string
|
||||
text: string
|
||||
|
||||
constructor(args: {code: string, text: string }) {
|
||||
constructor(args: { code: string; text: string }) {
|
||||
this.code = args.code
|
||||
this.text = args.text
|
||||
}
|
||||
|
Reference in New Issue
Block a user