mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
refactor: ♻️ Change the order
This commit is contained in:
parent
61f3e94308
commit
ea55c4d64f
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ export interface IOmbiSettings extends ISettings {
|
|||
}
|
||||
|
||||
export enum Branch {
|
||||
Stable = 0,
|
||||
Develop = 1
|
||||
Stable = 1,
|
||||
Develop = 0
|
||||
}
|
||||
|
||||
export interface IUpdateSettings extends ISettings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue