Skip to content

Commit

Permalink
fix:(notifications): add omnia fissures
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed Mar 31, 2024
1 parent dcc657e commit 097a3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notification_repository/lib/src/topics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ abstract class Topics {
static const Topic strunStock = Topic('strun_stock');

static Iterable<Topic> generateFissureTopics() sync* {
const tiers = <String>['Lith', 'Meso', 'Neo', 'Axi', 'Requiem'];
const tiers = <String>['Lith', 'Meso', 'Neo', 'Axi', 'Requiem', 'Omnia'];
const missionTypes = <String>[
'capture',
'defense',
Expand Down

0 comments on commit 097a3bc

Please sign in to comment.