Files
bsky-social-app/src/lib/hooks/useOTAUpdates.web.ts
T
2025-07-25 12:39:43 -07:00

11 lines
268 B
TypeScript

export function useOTAUpdates() {}
export function useApplyPullRequestOTAUpdate() {
return {
tryApplyUpdate: () => {},
revertToEmbedded: () => {},
isCurrentlyRunningPullRequestDeployment: false,
currentChannel: 'web-build',
pending: false,
}
}