chore: cleanup
This commit is contained in:
parent
a09a8701ae
commit
9d35a0bcb6
1 changed files with 0 additions and 1 deletions
|
|
@ -392,7 +392,6 @@ function createGlobalSync() {
|
||||||
project: () => sdk.project.current().then((x) => setStore("project", x.data!.id)),
|
project: () => sdk.project.current().then((x) => setStore("project", x.data!.id)),
|
||||||
provider: () =>
|
provider: () =>
|
||||||
sdk.provider.list().then((x) => {
|
sdk.provider.list().then((x) => {
|
||||||
console.log("provider", x)
|
|
||||||
setStore("provider", normalizeProviderList(x.data!))
|
setStore("provider", normalizeProviderList(x.data!))
|
||||||
}),
|
}),
|
||||||
agent: () => sdk.app.agents().then((x) => setStore("agent", x.data ?? [])),
|
agent: () => sdk.app.agents().then((x) => setStore("agent", x.data ?? [])),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue