mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
refactor: ♻️ Change the order
This commit is contained in:
parent
777ed2f322
commit
eb942c1a1e
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue