From 8594700fb421e2a548ec18480a6f20a1b1bc1a5c Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 5 Jan 2022 12:24:59 -0600 Subject: [PATCH] turn off keepAwake --- functions/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/index.ts b/functions/src/index.ts index 1d462422..088ca534 100644 --- a/functions/src/index.ts +++ b/functions/src/index.ts @@ -2,7 +2,7 @@ import * as admin from 'firebase-admin' admin.initializeApp() -export * from './keep-awake' +// export * from './keep-awake' export * from './place-bet' export * from './resolve-market' export * from './sell-bet'