Skip to content

Commit

Permalink
feat(entities): add RapportNav to MissionSourceEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Mar 26, 2024
1 parent 0187b07 commit 9b868fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entities/Mission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export namespace Mission {
MONITORENV = 'MONITORENV',
MONITORFISH = 'MONITORFISH',
POSEIDON_CACEM = 'POSEIDON_CACEM',
POSEIDON_CNSP = 'POSEIDON_CNSP'
POSEIDON_CNSP = 'POSEIDON_CNSP',
RAPPORTNAV = 'RAPPORTNAV'
}
}

0 comments on commit 9b868fc

Please sign in to comment.