tradly 1.0.8-2.1 → 1.0.8-2.2
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.
- package/Roots/App.js +1 -3
- package/package.json +1 -1
package/Roots/App.js
CHANGED
|
@@ -1941,9 +1941,7 @@ class App {
|
|
|
1941
1941
|
}
|
|
1942
1942
|
}
|
|
1943
1943
|
|
|
1944
|
-
async
|
|
1945
|
-
param = { bodyParam, authKey }
|
|
1946
|
-
) {
|
|
1944
|
+
async clientTranslationsValuesByGroup(param = { bodyParam, authKey }) {
|
|
1947
1945
|
let url =
|
|
1948
1946
|
param.bodyParam == undefined || param.bodyParam == ""
|
|
1949
1947
|
? ""
|