We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f71208a + ce962e0 commit ea7af84Copy full SHA for ea7af84
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