mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix tests!
This commit is contained in:
+2
-2
@@ -34,10 +34,10 @@ var knex = Knex({
|
||||
pool: {
|
||||
min: 0,
|
||||
max: 7,
|
||||
afterCreate: (connection, callback) => {
|
||||
afterCreate: (connection: any, callback: Function) => {
|
||||
return callback(null, connection);
|
||||
},
|
||||
beforeDestroy: (connection, callback) => {
|
||||
beforeDestroy: (connection: any, callback: Function) => {
|
||||
return callback(null, connection);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user