mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
xo: Fix object-shorthand.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -35,7 +35,7 @@ export function newNotification(
|
||||
}
|
||||
|
||||
return {
|
||||
close: () => {
|
||||
close() {
|
||||
notification.close();
|
||||
},
|
||||
title: notification.title,
|
||||
|
||||
Reference in New Issue
Block a user