Update api.websms.js

This commit is contained in:
Namhyeon Go 2022-01-05 17:45:07 +09:00 committed by GitHub
parent 84ed7d854e
commit 25ac8c9e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,3 +79,7 @@ var WebSMSObject = function() {
}
};
};
exports.create = function() {
return new WebSMSObject();
};