fix: one more type error

This commit is contained in:
Dhravya Shah 2025-09-19 16:06:26 -07:00
parent 5e22063b6d
commit bd78ef0ddf

View file

@ -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",