chore: snapshot before performance optimization
This commit is contained in:
@@ -410,7 +410,6 @@ export async function createNote(data: {
|
||||
isMarkdown: data.isMarkdown || false,
|
||||
size: data.size || 'small',
|
||||
embedding: null, // Generated in background
|
||||
sharedWith: data.sharedWith && data.sharedWith.length > 0 ? JSON.stringify(data.sharedWith) : null,
|
||||
autoGenerated: data.autoGenerated || null,
|
||||
notebookId: data.notebookId || null,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user