Skip to content

Commit

Permalink
fix: mention missing event parameter in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Apr 4, 2024
1 parent dc26fac commit 25f1cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cc/src/cc/NotificationCC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ export class NotificationCCReport extends NotificationCC {
valueConfig.parameter.default,
);
if (label) {
message["state parameters"] = label;
message["state parameters"] = `${label} (omitted)`;
}
}
return {
Expand Down

0 comments on commit 25f1cdd

Please sign in to comment.