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

refactor: streamline token refresh logic by removing unnecessary logEvent calls

yoginth.com 169b82d1 ccb1248d

verified
+14
+14
docker-compose.yml
··· 1 + version: "3" 2 + services: 3 + db: 4 + image: postgres:16 5 + container_name: postgres 6 + restart: always 7 + environment: 8 + POSTGRES_USER: yoginth 9 + POSTGRES_PASSWORD: ygsgmane2 10 + POSTGRES_DB: main 11 + ports: 12 + - "5432:5432" 13 + volumes: 14 + - ./pgdata:/var/lib/postgresql/data