Bridge integration

This commit is contained in:
Darren Clarke 2024-05-09 07:42:44 +02:00
parent 42a5e09c94
commit 162390008b
56 changed files with 776 additions and 591 deletions

View file

@ -329,7 +329,7 @@ export const getUserVisualizations = async (email: string, limit: number) => {
url: getEmbedURL("private", getDocumentID(hit)),
}));
return results;
return []; //results;
};
/* Global */

File diff suppressed because one or more lines are too long