chore: cleanup

This commit is contained in:
adamelmore
2026-01-25 20:31:39 -06:00
committed by Adam
parent f0b1b3e82e
commit 2297a5d57b
-1
View File
@@ -392,7 +392,6 @@ function createGlobalSync() {
project: () => sdk.project.current().then((x) => setStore("project", x.data!.id)),
provider: () =>
sdk.provider.list().then((x) => {
console.log("provider", x)
setStore("provider", normalizeProviderList(x.data!))
}),
agent: () => sdk.app.agents().then((x) => setStore("agent", x.data ?? [])),