We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a19e42 commit ce962e0Copy full SHA for ce962e0
1 file changed
GalnetMonitor/GalnetMonitor.cs
@@ -213,13 +213,9 @@ private async Task FetchGalnetAsync ()
213
Logging.Debug( "Updated latest UID to " + firstUid );
214
configuration.lastuuid = firstUid;
215
ConfigService.Instance.galnetConfiguration = configuration;
216
- }
217
-
218
- if ( newsItems.Count > 0 )
219
- {
220
EDDI.Instance.enqueueEvent( new GalnetNewsPublishedEvent( DateTime.UtcNow, newsItems ) );
221
}
222
+
223
224
catch ( Exception ex )
225
{
0 commit comments