@stackfactor/client-api 1.0.64 → 1.0.65
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/lib/skill.js +1 -1
- package/package.json +1 -1
package/lib/skill.js
CHANGED
|
@@ -108,7 +108,7 @@ export const discardSkillChanges = (id, token) => {
|
|
|
108
108
|
* @param {String} token
|
|
109
109
|
* @returns {Promise}
|
|
110
110
|
*/
|
|
111
|
-
export const
|
|
111
|
+
export const getImportedSkillTemplates = (token) => {
|
|
112
112
|
return new Promise(function (resolve, reject) {
|
|
113
113
|
const request = client.get(`api/v1/skills/getImportedSkillTemplates`, {
|
|
114
114
|
headers: { authorization: token },
|