Skip to content

Commit

Permalink
fix(node): add the missing integration override to sms (#6546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ainouzgali authored Oct 7, 2024
1 parent 174abc6 commit 76463b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/lib/events/events.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export type ITriggerOverrideSMS = {
content?: string;
from?: string;
customData?: Record<string, any>;
};
} & IIntegrationOverride;

export type ITriggerOverrideExpo = {
to?: string | string[];
Expand Down

0 comments on commit 76463b3

Please sign in to comment.