fix(create-bot): fix ts
This commit is contained in:
parent
0054491665
commit
e86eddfb57
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export async function runTemplaterForFile(file: string, config: UserConfig): Pro
|
||||||
|
|
||||||
return acc
|
return acc
|
||||||
},
|
},
|
||||||
{},
|
{} as Record<MtcuteFeature, boolean>,
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue