Update release channels.

This commit is contained in:
Patrick Fic
2024-02-29 19:20:56 -08:00
parent fa14c76268
commit 753ef87ce7
4 changed files with 5 additions and 5 deletions

2
env.js
View File

@@ -46,7 +46,7 @@ const ENV = {
function getEnvVars() {
if (process.env.NODE_ENV === "development") return ENV.test;
let releaseChannel = Updates.releaseChannel;
let releaseChannel = Updates.channel;
if (
releaseChannel === null ||
releaseChannel === undefined ||