Handle PR OTA version mismatches and failures (#11330)
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
export function useOTAUpdates() {}
|
||||
export function useOTAUpdateRecovery() {}
|
||||
export function useApplyPullRequestOTAUpdate() {
|
||||
return {
|
||||
tryApplyUpdate: async (_channel: string) => {},
|
||||
tryApplyUpdate: async (
|
||||
_channel: string,
|
||||
_declaredAppVersion?: string | null,
|
||||
) => {},
|
||||
restoreDefaultChannel: async () => {},
|
||||
isCurrentlyRunningPullRequestDeployment: false,
|
||||
isCurrentlyRunningNonStandardChannel: false,
|
||||
|
||||
Reference in New Issue
Block a user