Skip to content

Commit

Permalink
fix: Config key was ignoring keyspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jul 24, 2023
1 parent 9a4e160 commit 85d2b3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public String key() {
}

private KeyBuilder keyBuilder() {
return KeyBuilder.of(config).withKeyspace("config");
return KeyBuilder.of(config).sub("config");
}

@Override
Expand Down

0 comments on commit 85d2b3b

Please sign in to comment.