mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
catch
This commit is contained in:
parent
dcf6b589da
commit
993d929d07
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,9 @@ export default function Home() {
|
|||
if (currStep > 3) {
|
||||
updateDb().then(() => {
|
||||
push("/home?q=what%20is%20supermemory");
|
||||
});
|
||||
}).catch((e) => {
|
||||
console.error(e);
|
||||
});
|
||||
}
|
||||
}, [currStep]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue