aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/routes/sb1.remote.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/routes/sb1.remote.ts')
-rw-r--r--app/src/routes/sb1.remote.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/routes/sb1.remote.ts b/app/src/routes/sb1.remote.ts
index 9a2167e..1ee0155 100644
--- a/app/src/routes/sb1.remote.ts
+++ b/app/src/routes/sb1.remote.ts
@@ -8,10 +8,6 @@ const init_auth_session = command(async () => {
return await sb1.auth.init_auth_session()
})
-const is_ready = query(() => {
- return sb1.auth.is_ready()
-})
-
const get_accounts = query(() => {
return sb1.data.get_accounts()
})
@@ -35,7 +31,6 @@ const refresh_tokem = command(async () => {
export {
refresh_tokem,
init_auth_session,
- is_ready,
get_accounts,
get_transactions,
clear_auth_session,