app: fix typecheck

This commit is contained in:
Brendan Allan
2026-02-19 21:27:44 +08:00
parent 885d71636f
commit d2d5f3c04b

View File

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