mirror of
https://github.com/knex/knex.git
synced 2025-08-09 09:11:54 +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
|
||||
}
|
||||
|
||||
execute(sql, bindings) {
|
||||
execute() {
|
||||
return this._execute()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user