remove log
This commit is contained in:
parent
cc4c9ff85d
commit
b692ca9255
|
@ -26,7 +26,9 @@ export function createOrganisationStore() {
|
||||||
async function save(config) {
|
async function save(config) {
|
||||||
const res = await api.post("/api/admin/configs", { type: "settings", config, _rev: get(store)._rev } )
|
const res = await api.post("/api/admin/configs", { type: "settings", config, _rev: get(store)._rev } )
|
||||||
const json = await res.json()
|
const json = await res.json()
|
||||||
console.log(json)
|
if (json.status) {
|
||||||
|
return json
|
||||||
|
}
|
||||||
await init()
|
await init()
|
||||||
return { status: 200 }
|
return { status: 200 }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue