mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-09 17:55:32 +02:00
🚨 Fix types
@pressjump was right...
This commit is contained in:
parent
98c0e8218b
commit
34be9c84ce
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ async function writeUpdateFileToDisk(
|
||||||
channel: string,
|
channel: string,
|
||||||
updateObject: {
|
updateObject: {
|
||||||
updates: {
|
updates: {
|
||||||
update: Record<string, string | undefined>
|
update: Record<string, string | number | Record<string, string | number | undefined> | undefined>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue