feat: get author on series
This commit is contained in:
@@ -56,6 +56,8 @@ export function createDocument(
|
||||
|
||||
log.info("creating document", { name });
|
||||
|
||||
typesense.synchronize();
|
||||
|
||||
return fetch(SILVERBULLET_SERVER + "/" + name, {
|
||||
body: content,
|
||||
method: "PUT",
|
||||
@@ -73,6 +75,8 @@ export async function getDocument(name: string): Promise<string> {
|
||||
|
||||
cache.setDocument(name, text);
|
||||
|
||||
typesense.synchronize();
|
||||
|
||||
return text;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user