mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-05 23:40:57 +00:00
lockfile
This commit is contained in:
parent
1171a97a8b
commit
78e35e395b
6 changed files with 23638 additions and 18594 deletions
|
|
@ -37,14 +37,6 @@ const createMemoryFromAPI = async (input: {
|
|||
),
|
||||
);
|
||||
|
||||
if (numberOfItemsSavedInLast2Hours[0]!.count >= 20) {
|
||||
return {
|
||||
success: false,
|
||||
data: 0,
|
||||
error: `You have exceeded the limit`,
|
||||
};
|
||||
}
|
||||
|
||||
const vectorSaveResponse = await fetch(
|
||||
`${process.env.BACKEND_BASE_URL}/api/add`,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue