Fixing build issue.
This commit is contained in:
parent
04ef7eeb9c
commit
96208a5e8a
|
@ -42,7 +42,9 @@ export async function getConfig<T extends Config>(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function save(config: Config) {
|
export async function save(
|
||||||
|
config: Config
|
||||||
|
): Promise<{ id: string; rev: string }> {
|
||||||
const db = context.getGlobalDB()
|
const db = context.getGlobalDB()
|
||||||
return db.put(config)
|
return db.put(config)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue