mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
app: fix typecheck
This commit is contained in:
parent
885d71636f
commit
d2d5f3c04b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ const platform: Platform = {
|
|||
forward,
|
||||
restart,
|
||||
notify,
|
||||
getDefaultServerUrl: readDefaultServerUrl,
|
||||
getDefaultServerUrl: async () => readDefaultServerUrl(),
|
||||
setDefaultServerUrl: writeDefaultServerUrl,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue