@chevre/domain 21.0.0-alpha.0 → 21.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,7 @@ const factory = require("../factory");
|
|
|
17
17
|
*/
|
|
18
18
|
class MongoRepository {
|
|
19
19
|
constructor(connection) {
|
|
20
|
-
this.projectModel = connection.model(project_1.modelName);
|
|
20
|
+
this.projectModel = connection.model(project_1.modelName, project_1.schema);
|
|
21
21
|
}
|
|
22
22
|
static CREATE_MONGO_CONDITIONS(params) {
|
|
23
23
|
// MongoDB検索条件
|
package/package.json
CHANGED