mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +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,
|
||||
updateObject: {
|
||||
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