mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
[accounts] turn off IAP
This commit is contained in:
@@ -403,7 +403,7 @@ const app = new Hono<App>()
|
||||
async (c) => {
|
||||
const id = await authedId(c)
|
||||
if (id === null) return unauthorized(c)
|
||||
return c.json({ accountId: id, disallowInAppPurchases: false })
|
||||
return c.json({ accountId: id, disallowInAppPurchases: true })
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user