X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fperformance%2Fstorage%2FStorageFactory.ts;h=677ae8f267c99587be81b894d55c3b3d3f1263c6;hb=9090050fb72998ee1eb348175777a42da04c8a3f;hp=61fce12bacc0de18850830f2106f8931ae6c8d92;hpb=100a53019b2078cddf62f7654fa57f64c797b85d;p=e-mobility-charging-stations-simulator.git diff --git a/src/performance/storage/StorageFactory.ts b/src/performance/storage/StorageFactory.ts index 61fce12b..677ae8f2 100644 --- a/src/performance/storage/StorageFactory.ts +++ b/src/performance/storage/StorageFactory.ts @@ -23,7 +23,7 @@ export class StorageFactory { // case StorageType.MYSQL: // case StorageType.MARIA_DB: // case StorageType.SQLITE: - // storageInstance = new MikroOrmStorage(connectionURI, logPrefix, type); + // storageInstance = new MikroOrmStorage(connectionUri, logPrefix, type); // break; default: throw new Error(`${logPrefix} Unknown storage type: ${type}`);