Prepare server deployment
This commit is contained in:
@ -8,7 +8,7 @@ export default async function TestPage({ searchParams }: { searchParams: Promise
|
||||
redirect('/login')
|
||||
}
|
||||
|
||||
const logs = readJsonFile<any[]>('webhook-logs.json', [])
|
||||
const logs = readJsonFile<unknown[]>('webhook-logs.json', [])
|
||||
const state = readJsonFile<Record<string, unknown>>('flow-state.json', {})
|
||||
const params = await searchParams
|
||||
|
||||
|
||||
Reference in New Issue
Block a user