mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: ensure organization tenant configured.
This commit is contained in:
@@ -7,7 +7,14 @@ export default class SMSAPI {
|
||||
this.smsClient = smsClient;
|
||||
}
|
||||
|
||||
sendMessage(to: string, message: string, extraParams: [], extraHeaders: []) {
|
||||
/**
|
||||
*
|
||||
* @param {string} to
|
||||
* @param {string} message
|
||||
* @param {array} extraParams
|
||||
* @param {array} extraHeaders
|
||||
*/
|
||||
sendMessage(to: string, message: string, extraParams?: [], extraHeaders?: []) {
|
||||
return this.smsClient.send(to, message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user