mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Fix bug
This commit is contained in:
parent
6096bbc893
commit
ebdbb8b4be
@ -1,4 +1,5 @@
|
||||
import * as elasticsearch from 'elasticsearch';
|
||||
import config from '../conf';
|
||||
|
||||
// Init ElasticSearch connection
|
||||
const client = new elasticsearch.Client({
|
||||
|
@ -1,4 +1,5 @@
|
||||
import * as redis from 'redis';
|
||||
import config from '../conf';
|
||||
|
||||
export default redis.createClient(
|
||||
config.redis.port,
|
||||
|
Loading…
Reference in New Issue
Block a user