refactor: ♻️ Change the order

This commit is contained in:
tidusjar 2021-10-07 16:41:14 +01:00
commit eb942c1a1e

View file

@ -22,8 +22,8 @@ export interface IOmbiSettings extends ISettings {
} }
export enum Branch { export enum Branch {
Stable = 0, Stable = 1,
Develop = 1 Develop = 0
} }
export interface IUpdateSettings extends ISettings { export interface IUpdateSettings extends ISettings {