about summary refs log tree commit diff
path: root/src/lib/hooks/useOTAUpdates.web.ts
Commit message (Collapse)AuthorAgeFilesLines
* Enable updates for `production` behind `receive_updates` gate (#3496)Hailey2024-04-121-0/+1
* add gate type * gate the updates * enable updates in `production` * web placeholder for `useOTAUpdates()` * update comment