X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fperformance%2Fstorage%2FMongoDBStorage.ts;h=9073ecba9f36ac232298469345c67ca2c1cd0afe;hb=6b635033ddf255392ded26fd03fe1f128b15ad69;hp=cebab8c722ebef0e84da79117ec1c580421abd54;hpb=2896e06dc8d72adf7150b23c941079f622f6f37c;p=e-mobility-charging-stations-simulator.git diff --git a/src/performance/storage/MongoDBStorage.ts b/src/performance/storage/MongoDBStorage.ts index cebab8c7..9073ecba 100644 --- a/src/performance/storage/MongoDBStorage.ts +++ b/src/performance/storage/MongoDBStorage.ts @@ -3,7 +3,7 @@ import { MongoClient } from 'mongodb'; import { type Statistics, StorageType } from '../../types'; -import { Constants } from '../../utils/Constants'; +import { Constants } from '../../utils'; import { Storage } from '../internal'; export class MongoDBStorage extends Storage {