Prepare server deployment
This commit is contained in:
@ -8,7 +8,7 @@ export default async function WebhookLogsPage() {
|
||||
redirect('/login')
|
||||
}
|
||||
|
||||
const logs = readJsonFile<any[]>('webhook-logs.json', [])
|
||||
const logs = readJsonFile<unknown[]>('webhook-logs.json', [])
|
||||
|
||||
return (
|
||||
<div className="wrap">
|
||||
|
||||
Reference in New Issue
Block a user