summaryrefslogtreecommitdiff
path: root/frontend/src/updater.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/updater.ts')
-rw-r--r--frontend/src/updater.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/updater.ts b/frontend/src/updater.ts
index 16955104..339b2b72 100644
--- a/frontend/src/updater.ts
+++ b/frontend/src/updater.ts
@@ -1,7 +1,7 @@
export enum Branches {
Release,
Prerelease,
- Testing,
+ // Testing,
}
export interface DeckyUpdater {