Open kiritocode1 opened 1 week ago
the code , in particular did not work because we got nulls in the array hence i did not do so , now even that shows the same error
const userShortLinkKeys = res.map((v) => ["shortlinks", v.value]);
It is interesting to know GetMany() has a hard limit on no of queries we can make. I've been thinking to chunk the queries in sets of 10.
the error persists even after deleting the DB and starting a new.
you can find more about this error in the getUserLinks() function in db.ts : 83