Skip to content

Commit

Permalink
fixes #2029 update TraceabilityHandler registry with the correct config
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Dec 6, 2023
1 parent 1d5977c commit 7cbc621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public boolean isEnabled() {

@Override
public void register() {
ModuleRegistry.registerModule(TraceabilityConfig.CONFIG_NAME, TraceabilityHandler.class.getName(), Config.getInstance().getJsonMapConfigNoCache(CONFIG_NAME), null);
ModuleRegistry.registerModule(TraceabilityConfig.CONFIG_NAME, TraceabilityHandler.class.getName(), config.getMappedConfig(), null);
}

@Override
Expand Down

0 comments on commit 7cbc621

Please sign in to comment.