chore: remove TODO
This commit is contained in:
parent
da2dea9323
commit
8a0627f37c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue