diff --git a/orm/src/builder/type/Select.ts b/orm/src/builder/type/Select.ts index d578fd9..2c67a29 100644 --- a/orm/src/builder/type/Select.ts +++ b/orm/src/builder/type/Select.ts @@ -21,7 +21,7 @@ import {FullOuterJoin} from './join/FullOuterJoin.ts' import {HavingBuilder} from './HavingBuilder.ts' import ConnectionExecutable from './ConnectionExecutable.ts' import {Scope} from '../Scope.ts' -import {isInstantiable} from "../../../../di/src/type/Instantiable.ts"; +import {isInstantiable} from '../../../../di/src/type/Instantiable.ts' /** * Base type for functions that operate on WhereBuilders.