Skip to content

Commit

Permalink
Update src/main/java/emissary/kff/KffDataObjectHandler.java
Browse files Browse the repository at this point in the history
Co-authored-by: drivenflywheel <dan@drivenflywheel.com>
  • Loading branch information
ukengineer925 and drivenflywheel committed Dec 20, 2022
1 parent 22f8394 commit 521ae39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emissary/kff/KffDataObjectHandler.java
Expand Up @@ -141,7 +141,7 @@ public void hash(@Nullable final IBaseDataObject d) {
try {
// Compute and add the hashes
if (d.getChannelSize() > 0) {
d.putParameters(hashData(d.getChannelFactory(), d.shortName(), ""));
d.putParameters(hashData(d.getChannelFactory(), d.shortName()));
} else {
return;
}
Expand Down

0 comments on commit 521ae39

Please sign in to comment.