syntax cleanups

This commit is contained in:
2024-07-31 20:19:14 -04:00
parent fb9a19d5f0
commit 0eb6af1723
10 changed files with 286 additions and 385 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
const {createClient} = require('redis');
const objValidate = require('../utils/object_validate');
const conf = require('../conf/conf');
const conf = require('../conf');
const client = createClient({});
client.connect()