We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4179e8d commit 3973e98Copy full SHA for 3973e98
src/utils/validateParams.ts
@@ -10,6 +10,4 @@ export const validateParams = (publicKey?: string, serviceID?: string, templateI
10
if (!templateID) {
11
throw 'The template ID is required. Visit https://dashboard.emailjs.com/admin/templates';
12
}
13
-
14
- return true;
15
};
0 commit comments