Skip to content

Commit

Permalink
feat: add Ultramarine product type
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jan 27, 2024
1 parent 16c817a commit 16efa79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/progress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ enum Product {
ANDAMAN,
TERRA,
OTHER,
ULTRAMARINE,
}

const productToString = new Map<Product, string>([
Expand All @@ -43,6 +44,7 @@ const productToString = new Map<Product, string>([
[Product.ANDAMAN, 'Andaman'],
[Product.TERRA, 'Terra'],
[Product.OTHER, 'Other'],
[Product.ULTRAMARINE, 'Ultramarine'],
]);

const _stringToProduct = new Map<string, Product>(
Expand Down

0 comments on commit 16efa79

Please sign in to comment.