mirror of
https://github.com/knex/knex.git
synced 2025-08-10 01:31:55 +00:00
Merge pull request #862 from xaka/chores/happy-jshint
Remove unused variables to make jshint happy
This commit is contained in:
commit
904d80d14e
@ -11,11 +11,11 @@ export default class Connection extends EventEmitter {
|
|||||||
this.managed = false
|
this.managed = false
|
||||||
}
|
}
|
||||||
|
|
||||||
execute(sql, bindings) {
|
execute() {
|
||||||
return this._execute()
|
return this._execute()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user