@campxdev/server-shared 1.6.20 → 1.6.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -106,7 +106,7 @@ let ModulesHandlerService = class ModulesHandlerService {
|
|
|
106
106
|
return this.emitRequest(data, this.squareClient);
|
|
107
107
|
}
|
|
108
108
|
async sendToLms(data) {
|
|
109
|
-
data.cmd.service = '
|
|
109
|
+
data.cmd.service = 'lms';
|
|
110
110
|
return this.sendRequest(data, this.lmsClient);
|
|
111
111
|
}
|
|
112
112
|
async emitToLms(data) {
|