app: fix typecheck

This commit is contained in:
Brendan Allan 2026-02-19 21:27:44 +08:00
parent 885d71636f
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,
restart,
notify,
getDefaultServerUrl: readDefaultServerUrl,
getDefaultServerUrl: async () => readDefaultServerUrl(),
setDefaultServerUrl: writeDefaultServerUrl,
}