fix tslint issue
This commit is contained in:
parent
f701f6974f
commit
da8fe038c1
@ -90,7 +90,7 @@ export default abstract class AbstractDriver {
|
||||
}).length === entity.Columns.length
|
||||
);
|
||||
manyToManyEntities.forEach(entity => {
|
||||
let relations: RelationInfo[] = [];
|
||||
const relations: RelationInfo[] = [];
|
||||
const joinColumnMap = new Map<string, string>();
|
||||
|
||||
entity.Columns.forEach(column => {
|
||||
|
Loading…
Reference in New Issue
Block a user