mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-07 18:43:50 +00:00
I can do syntax, me
This commit is contained in:
parent
876e783f9e
commit
ec0ca88fcd
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user