Skip to content

Commit

Permalink
refactor: rename Indefinite to Unlimited
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Oct 14, 2024
1 parent 8316142 commit 3930ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/fault-mgmt-providers/fault-action-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class FaultActionProvider {
/**
* @typedef {Object} ShelveDuration
* @property {string} name - The name of the shelve duration
* @property {number|null} value - The value of the shelve duration in milliseconds, or null for indefinite
* @property {number|null} value - The value of the shelve duration in milliseconds, or null for unlimited
*/

/**
Expand All @@ -65,7 +65,7 @@ export default class FaultActionProvider {
value: 900000
},
{
name: 'Indefinite',
name: 'Unlimited',
value: null
}
];
Expand Down

0 comments on commit 3930ebd

Please sign in to comment.