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 Jan 3, 2023
1 parent b60fe72 commit 7b695da
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 7b695da

Please sign in to comment.