Skip to content

Commit a510307

Browse files
authored
jsdoc
1 parent 8474ed7 commit a510307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApiPayloadConverter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ class ApiPayloadConverter {
9494
}
9595

9696
/**
97-
* @description Converts the mail payload for the ZeptoMail.
97+
* Converts the mail payload for the ZeptoMail.
9898
* @param {Object} originalPayload The original payload
9999
* @param {String} originalPayload.api The provider API version.
100-
* @param {String} originalPayload.payload The payload to convert to be compatible with the provider API.
100+
* @param {Object} originalPayload.payload The payload to convert to be compatible with the provider API.
101101
* @returns {Object} The payload according to ZeptoMail SDK specification.
102102
*/
103103
static zeptomail(originalPayload) {

0 commit comments

Comments
 (0)