Skip to content

Commit

Permalink
Merge pull request #17 from getcronit/main
Browse files Browse the repository at this point in the history
fix: support any value type in sendTemplateMail
  • Loading branch information
schettn authored Jan 6, 2025
2 parents d5cef83 + 4ab84fd commit 8f3c4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-jaen-mailpress/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const sendTemplateMail = async (
id: string,
options?: {
envelope?: Partial<EnvelopeInput>
values?: Record<string, string>
values?: Record<string, any>
}
) => {
try {
Expand Down

0 comments on commit 8f3c4ef

Please sign in to comment.