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