Skip to content

Commit e26fe67

Browse files
committed
change: modify Notification to conform with typescript v5 rules
1 parent ee66d7c commit e26fe67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ export default class GistrPlugin extends Plugin
667667
new Notification( lng( "ver_update_beta_dn_title", this.manifest.name ),
668668
{
669669
body: lng( "ver_update_beta_dn_msg", ver_running, ver_beta ),
670-
image: AssetGithubIcon,
671670
icon: AssetGithubIcon,
672671
badge: AssetGithubIcon,
673672
} )
@@ -679,7 +678,6 @@ export default class GistrPlugin extends Plugin
679678
new Notification( lng( "ver_update_stable_dn_title", this.manifest.name ),
680679
{
681680
body: lng( "ver_update_stable_dn_msg", ver_running, ver_stable ),
682-
image: AssetGithubIcon,
683681
icon: AssetGithubIcon,
684682
badge: AssetGithubIcon,
685683
} )

0 commit comments

Comments
 (0)