1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00
This commit is contained in:
Aya Morisawa
2017-01-03 06:08:44 +09:00
parent 643da34c4f
commit 318709f2fa

View File

@@ -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!');
}