Skip to content

Commit 207c69d

Browse files
committed
Add Pending state to known ECS ones
1 parent 4e8ed50 commit 207c69d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/domain/enums/StatusAcronyms.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313

1414
const statusAcronyms = Object.freeze({
15+
PENDING: 'P',
1516
STANDBY: 'S',
1617
DEPLOYED: 'D',
1718
CONFIGURED: 'C',

0 commit comments

Comments
 (0)