aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-08-30 17:11:58 -0700
committerDhravya Shah <[email protected]>2024-08-30 17:11:58 -0700
commitd838354524c1f55d57f7d1ed52ceec79f274f890 (patch)
tree11dd0bddee5c13026237ef2b9c1c476b21125253
parentfix: telegram bot (diff)
downloadsupermemory-d838354524c1f55d57f7d1ed52ceec79f274f890.tar.xz
supermemory-d838354524c1f55d57f7d1ed52ceec79f274f890.zip
ugh
-rw-r--r--apps/cf-ai-backend/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cf-ai-backend/src/index.ts b/apps/cf-ai-backend/src/index.ts
index 1493d90c..997ac44e 100644
--- a/apps/cf-ai-backend/src/index.ts
+++ b/apps/cf-ai-backend/src/index.ts
@@ -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,