Skip to content

Commit

Permalink
Update amplia-client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rufiss authored Nov 6, 2023
1 parent 3544696 commit c8167db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/amplia-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class AmpliaClient {
* @param {string} orderId the ID of the desired order
* @param {string} password the password for the certificate
* @param {number} keySize the size of the key for this certificate
* @returns {IssueSoftwareCertificateResponse} the response containing the certificate in many formats
* @returns {Promise<IssueSoftwareCertificateResponse>} the response containing the certificate in many formats
*/
issueSoftwareCertificate(orderId, password, keySize = null) {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit c8167db

Please sign in to comment.