mirror of
https://github.com/knex/knex.git
synced 2025-08-09 17:22:10 +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,7 +11,7 @@ export default class Connection extends EventEmitter {
|
||||
this.managed = false
|
||||
}
|
||||
|
||||
execute(sql, bindings) {
|
||||
execute() {
|
||||
return this._execute()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user