diff options
author | hailey <me@haileyok.com> | 2025-07-24 16:23:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-24 16:23:17 -0700 |
commit | 1ee91d2c90ef84e0b6728e896292968562c8af01 (patch) | |
tree | 55dc5556d4f0f5382753a83bc98eb974cf12427d /app.config.js | |
parent | 9e65f00c937b156b876b0f6ca23dcef12b945dbe (diff) | |
download | voidsky-1ee91d2c90ef84e0b6728e896292968562c8af01.tar.zst |
OTA deployments on PR comment action (#8713)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index cbe028273..e065d0d73 100644 --- a/app.config.js +++ b/app.config.js @@ -190,7 +190,6 @@ module.exports = function (_config) { } : undefined, checkAutomatically: 'NEVER', - channel: UPDATES_CHANNEL, }, plugins: [ 'expo-video', |