chore: remove TODO

This commit is contained in:
Ayo Ayco 2025-08-08 10:43:05 +02:00
parent da2dea9323
commit 8a0627f37c

View file

@ -8,7 +8,6 @@ import Library from '../components/Library.astro'
import Footer from '../components/Footer.astro' import Footer from '../components/Footer.astro'
const client = createClient() const client = createClient()
// TODO: put on a log file
client.on('error', (err) => console.error('Redis Client Error', err)) client.on('error', (err) => console.error('Redis Client Error', err))
await client.connect() await client.connect()
export const prerender = false export const prerender = false