reverting stuff before merging

This commit is contained in:
Samuel Newman
2026-07-23 16:12:59 +03:00
parent 1ddc43cd4a
commit edca041381
3 changed files with 1 additions and 30 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = function (_config) {
...(IS_DEV || IS_TESTFLIGHT ? [] : []),
]
const UPDATES_ENABLED = false // TODO: revert before merging // IS_TESTFLIGHT || IS_PRODUCTION
const UPDATES_ENABLED = IS_TESTFLIGHT || IS_PRODUCTION
const USE_SENTRY = Boolean(process.env.SENTRY_AUTH_TOKEN)