I can do syntax, me

This commit is contained in:
Ben 2024-05-14 12:34:50 +02:00
parent 876e783f9e
commit ec0ca88fcd
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1

View File

@ -251,7 +251,7 @@ proc new*(
.expect("Should create repo file data store!"))
of repoSQLite: Datastore(SQLiteDatastore.new($config.dataDir)
.expect("Should create repo SQLite data store!"))
if repoLevelDb: Datastore(LevelDbDatastore.new($config.dataDir))
of repoLevelDb: Datastore(LevelDbDatastore.new($config.dataDir)
.expect("Should create repo LevelDB data store!"))
repoStore = RepoStore.new(