bsky-app/src/lib/hooks/useOTAUpdates.web.ts
Hailey f91aa37c6b
Enable updates for production behind receive_updates gate (#3496)
* add gate type

* gate the updates

* enable updates in `production`

* web placeholder for `useOTAUpdates()`

* update comment
2024-04-12 14:51:53 -07:00

1 line
35 B
TypeScript

export function useOTAUpdates() {}