old/stale data
Hi, I have built a full-stack billing software.
Now in my deployment, when my API calls drizzle queries, they sometimes get old data.
For example here I had 1
canteenBill
. which I then deleted.
so doing this should give an empty array, which I do get.
But doing this gives me 1 old object!!
This is surprising behaviour.2 Replies