app: fix typecheck

This commit is contained in:
Brendan Allan 2026-02-19 21:27:44 +08:00
commit d2d5f3c04b
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E

View file

@ -106,7 +106,7 @@ const platform: Platform = {
forward, forward,
restart, restart,
notify, notify,
getDefaultServerUrl: readDefaultServerUrl, getDefaultServerUrl: async () => readDefaultServerUrl(),
setDefaultServerUrl: writeDefaultServerUrl, setDefaultServerUrl: writeDefaultServerUrl,
} }