fix: typecheck errors voor Vercel build
This commit is contained in:
parent
08de004ae7
commit
62da039684
2 changed files with 1 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ export async function getStoryLogsAction(storyId: string) {
|
|||
|
||||
return {
|
||||
success: true,
|
||||
logs: logs.map(l => ({
|
||||
logs: logs.map((l: (typeof logs)[number]) => ({
|
||||
id: l.id,
|
||||
type: l.type,
|
||||
content: l.content,
|
||||
|
|
|
|||
|
|
@ -13,6 +13,5 @@ export default defineConfig({
|
|||
},
|
||||
datasource: {
|
||||
url: process.env.DATABASE_URL!,
|
||||
directUrl: process.env.DIRECT_URL,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue