mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-30 02:36:40 +00:00
chore: remove resetBackups RPC
This commit is contained in:
parent
09dd93ee96
commit
465b95b5bc
@ -95,7 +95,6 @@ export const rpcService = mkSingleton(async (config: RpcServiceConfig) => {
|
|||||||
|
|
||||||
const unsub = await client.onNewRpc(run)
|
const unsub = await client.onNewRpc(run)
|
||||||
await client.resetRpcs()
|
await client.resetRpcs()
|
||||||
await client.resetBackups()
|
|
||||||
const rpcs = await client.incompleteRpcs()
|
const rpcs = await client.incompleteRpcs()
|
||||||
rpcs.forEach(run)
|
rpcs.forEach(run)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user