This commit is contained in:
Nikhil Nawgiri 2024-10-27 01:29:21 +02:00
parent 40a5088513
commit 1d60f1e04f

View file

@ -18,6 +18,5 @@ export const readWishlistFromDisk = async () => {
// create empty wishlist file
saveWishlistToDisk({ wishlistItems });
}
return wishlistItems;
}