mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
fix: one more type error
This commit is contained in:
parent
5e22063b6d
commit
bd78ef0ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ const MemoryGraphPage = () => {
|
|||
let cancelled = false
|
||||
const run = async () => {
|
||||
try {
|
||||
const resp = await $fetch("@post/memories/documents/by-ids", {
|
||||
const resp = await $fetch("@post/documents/documents/by-ids", {
|
||||
body: {
|
||||
ids: missing,
|
||||
by: "customId",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue