Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascm committed Aug 18, 2023
1 parent e573ea0 commit 4863101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23955,6 +23955,7 @@ function getVariables(config, updates) {
androidId: android?.id || '',
androidGroupId: android?.group || '',
androidBranchName: android?.branch || '',
androidManifestPermalink: android?.manifestPermalink || '',
androidMessage: android?.message || '',
androidRuntimeVersion: android?.runtimeVersion || '',
androidQR: android ? getUpdateGroupQr({ projectId, updateGroupId: android.group, appScheme: config.scheme }) : '',
Expand All @@ -23963,6 +23964,7 @@ function getVariables(config, updates) {
iosId: ios?.id || '',
iosGroupId: ios?.group || '',
iosBranchName: ios?.branch || '',
iosManifestPermalink: ios?.manifestPermalink || '',
iosMessage: ios?.message || '',
iosRuntimeVersion: ios?.runtimeVersion || '',
iosQR: ios ? getUpdateGroupQr({ projectId, updateGroupId: ios.group, appScheme: config.scheme }) : '',
Expand Down

0 comments on commit 4863101

Please sign in to comment.