From f91aa37c6bd900bdc4eec1095c9ecd83da2f13f2 Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 12 Apr 2024 14:51:53 -0700 Subject: 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 --- src/lib/hooks/useOTAUpdates.web.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/lib/hooks/useOTAUpdates.web.ts (limited to 'src/lib/hooks/useOTAUpdates.web.ts') diff --git a/src/lib/hooks/useOTAUpdates.web.ts b/src/lib/hooks/useOTAUpdates.web.ts new file mode 100644 index 000000000..1baf4894e --- /dev/null +++ b/src/lib/hooks/useOTAUpdates.web.ts @@ -0,0 +1 @@ +export function useOTAUpdates() {} -- cgit 1.4.1