wip: fix the mess that is the mobile database

This commit is contained in:
Zack Pollard
2024-07-30 00:12:43 +01:00
parent d3aacbe74b
commit 675c64a22f
2 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class ApiService implements Authentication {
setEndpoint(endpoint);
// Save in hivebox for next startup
Store.put(StoreKey.serverEndpoint, endpoint);
await Store.put(StoreKey.serverEndpoint, endpoint);
return endpoint;
}