mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
changes to the quuq
This commit is contained in:
parent
3ae0c13de9
commit
d5b130f916
1 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ export const queue = async (batch: MessageBatch, env: Env): Promise<void> => {
|
|||
const collectedDocsUUIDs: {
|
||||
document: {
|
||||
pageContent: string;
|
||||
metadata: { title: string; description: string; space: string; url: string; user: string };
|
||||
metadata: { title: string; description: string; space?: string; url: string; user: string };
|
||||
id: string;
|
||||
};
|
||||
}[] = [];
|
||||
|
|
@ -57,7 +57,6 @@ export const queue = async (batch: MessageBatch, env: Env): Promise<void> => {
|
|||
metadata: {
|
||||
title: 'Twitter Bookmark',
|
||||
description: '',
|
||||
space: 'Bookmarked Tweets',
|
||||
url: message.postUrl,
|
||||
user: limits.user,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue