Skip to content

Commit

Permalink
fixup! Removing setting of action in Publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
splindsay-92 committed Oct 24, 2024
1 parent a8dd4cf commit 431e31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/lib/types/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class Message {
encoding?: string | null;
extras?: any;
size?: number;
action?: API.MessageAction | number | undefined;
action?: API.MessageAction | number;
serial?: string;
refSerial?: string;
refType?: string;
Expand Down

0 comments on commit 431e31a

Please sign in to comment.