mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
fix: correct order of IFlagKey entries by moving 'etagByEnv' before 'fetchMode'
This commit is contained in:
parent
c5ddb3e1be
commit
a7552575ab
@ -58,8 +58,7 @@ export type IFlagKey =
|
||||
| 'changeRequestApproverEmails'
|
||||
| 'lifecycleGraphs'
|
||||
| 'addConfiguration'
|
||||
| 'fetchMode'
|
||||
| 'etagByEnv';
|
||||
| 'etagByEnv'
|
||||
| 'fetchMode';
|
||||
|
||||
export type IFlags = Partial<{ [key in IFlagKey]: boolean | Variant }>;
|
||||
|
Loading…
Reference in New Issue
Block a user