mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
ugh
This commit is contained in:
parent
4bdf40027f
commit
d838354524
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ app.post("/api/add", zValidator("json", vectorBody), async (c) => {
|
|||
|
||||
if (isWithinLimit) {
|
||||
await c.env.EMBEDCHUNKS_QUEUE.send({
|
||||
content: body.url,
|
||||
content: saveToDbUrl,
|
||||
user: body.user,
|
||||
space: body.spaces,
|
||||
type: type,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue