mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -07:00
[accounts] turn off IAP
This commit is contained in:
@@ -403,7 +403,7 @@ const app = new Hono<App>()
|
|||||||
async (c) => {
|
async (c) => {
|
||||||
const id = await authedId(c)
|
const id = await authedId(c)
|
||||||
if (id === null) return unauthorized(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