mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
removed lint
This commit is contained in:
parent
9f2a028756
commit
042b35e2b7
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ define(function (require) {
|
|||
* @param {Function} cb - callback
|
||||
*/
|
||||
DocSource.prototype._sendToEs = function (method, validateVersion, body, cb) {
|
||||
cb = this._wrapcb(cb)
|
||||
cb = this._wrapcb(cb);
|
||||
|
||||
var source = this;
|
||||
var courier = this._courier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue