Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

fix: remove default redis export (#5900)

authored by yoginth.com and committed by

GitHub b237271b 1740f74b

-2
-2
apps/api/src/utils/redis.ts
··· 84 84 85 85 return await redisClient.del(key); 86 86 }; 87 - 88 - export default redisClient;