🚨 Fix types

@pressjump was right...
This commit is contained in:
trickypr 2022-10-22 21:14:58 +11:00
parent 98c0e8218b
commit 34be9c84ce

View file

@ -88,7 +88,7 @@ async function writeUpdateFileToDisk(
channel: string,
updateObject: {
updates: {
update: Record<string, string | undefined>
update: Record<string, string | number | Record<string, string | number | undefined> | undefined>
}
}
) {