chore: fixing typings

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-06-29 10:46:32 +02:00
parent 679b32172e
commit 14d5eca8d3
@@ -251,7 +251,7 @@ export class DatabaseManager {
// include base connection if client type has not been overridden
...(overridden ? {} : baseConnection),
...connection,
};
} as Partial<Knex.StaticConnectionConfig>;
}
/**