From 78023ef0fdbf4990b48ad985aacc2d4e992401a7 Mon Sep 17 00:00:00 2001 From: glax Date: Sun, 9 Jul 2023 21:35:15 +0200 Subject: [PATCH] resolves #21 lunasea --- Tranga/NotificationManagers/LunaSea.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tranga/NotificationManagers/LunaSea.cs b/Tranga/NotificationManagers/LunaSea.cs index 8cf2475..363bddf 100644 --- a/Tranga/NotificationManagers/LunaSea.cs +++ b/Tranga/NotificationManagers/LunaSea.cs @@ -31,13 +31,11 @@ public class LunaSea : NotificationManager { public string title { get; } public string body { get; } - public string image { get; } public MessageData(string title, string body) { this.title = title; this.body = body; - this.image = ""; } } } \ No newline at end of file