Skip to content

Commit

Permalink
fix: Don't request for unknown staleness in tags
Browse files Browse the repository at this point in the history
The "unknown" option for host staleness is deprecated.
  • Loading branch information
gkarat committed Nov 15, 2023
1 parent e9bd43c commit 79d45de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const generateFilter = (
},
].filter(Boolean);

export const allStaleFilters = ['fresh', 'stale', 'stale_warning', 'unknown'];
export const allStaleFilters = ['fresh', 'stale', 'stale_warning'];

export const hybridInventoryTabKeys = {
conventional: {
Expand Down

0 comments on commit 79d45de

Please sign in to comment.