Skip to content

Commit

Permalink
Fix storage name
Browse files Browse the repository at this point in the history
  • Loading branch information
randomnetcat committed Nov 20, 2023
1 parent a14f033 commit 3c12867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ private fun readConfig(
type: String,
context: FeatureSetupContext,
): KeyedStateStorageConfig {
return KeyedStateStorageConfig(storageDir = context.paths.storagePath.resolve("$type`_storage"))
return KeyedStateStorageConfig(storageDir = context.paths.storagePath.resolve("${type}_storage"))
}

private val persistServiceDep = FeatureDependency.Single(ConfigPersistServiceTag)
Expand Down

0 comments on commit 3c12867

Please sign in to comment.