mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-19 09:57:30 -06:00
😟
This commit is contained in:
parent
643da34c4f
commit
318709f2fa
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ client.ping({
|
||||||
|
|
||||||
// Undocumented params are appended to the query string
|
// Undocumented params are appended to the query string
|
||||||
hello: 'elasticsearch!'
|
hello: 'elasticsearch!'
|
||||||
}, error => {
|
} as any, error => {
|
||||||
if (error) {
|
if (error) {
|
||||||
console.error('elasticsearch is down!');
|
console.error('elasticsearch is down!');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue