chore: cleanup

This commit is contained in:
adamelmore
2026-01-25 20:31:39 -06:00
committed by Adam
parent a09a8701ae
commit 9d35a0bcb6

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 ?? [])),