updater: keep updateInfo response same as in the app object

This commit is contained in:
Girish Ramakrishnan
2026-02-21 16:43:03 +01:00
parent 55359bfa24
commit 202f2c6cb0
2 changed files with 16 additions and 9 deletions
+3 -1
View File
@@ -3091,6 +3091,8 @@ export default {
canBackupApp,
canAutoupdateAppSync,
PORT_TYPE_TCP,
PORT_TYPE_UDP,
@@ -3137,5 +3139,5 @@ export default {
_validateUpstreamUri: validateUpstreamUri,
_validateLocations: validateLocations,
_parseCrontab: parseCrontab,
_clear: clear
_clear: clear,
};