Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Jul 21, 2022
1 parent 20ccf51 commit 3fce700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloud/src/services/messaging/messaging.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { PUENTE_SMS_EMAIL_API_URL: url } = process.env;

async function sendEmail(apiURL, restParamsData, parseObject) {
const { emailSubject, type } = restParamsData;
const { email:emailAddress, objectId, firstname } = parseObject
const { email: emailAddress, objectId, firstname } = parseObject;

const payload = {
emailSubject,
Expand Down Expand Up @@ -60,7 +60,6 @@ const Messaging = {
* @returns Results of Query
*/
sendMessage: async function sendMessage(restParams, parseObject) {
console.log('sendMessage',restParams )
const {
runMessaging,
path,
Expand Down

0 comments on commit 3fce700

Please sign in to comment.