Skip to content

Commit b010e1a

Browse files
authored
fix: reply to types (#476)
1 parent 888034b commit b010e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/broadcasts/interfaces/update-broadcast.interface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface UpdateBroadcastOptions {
1111
html?: string;
1212
text?: string;
1313
subject?: string;
14-
replyTo?: string;
14+
replyTo?: string[];
1515
previewText?: string;
1616
}
1717

0 commit comments

Comments
 (0)