summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/db/elasticsearch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/elasticsearch.ts b/src/db/elasticsearch.ts
index 27040d102a..5257ce0171 100644
--- a/src/db/elasticsearch.ts
+++ b/src/db/elasticsearch.ts
@@ -12,7 +12,7 @@ client.ping({
// Undocumented params are appended to the query string
hello: 'elasticsearch!'
-}, error => {
+} as any, error => {
if (error) {
console.error('elasticsearch is down!');
}