Skip to content
Snippets Groups Projects
Commit 36dfa662 authored by Manos Angelidis's avatar Manos Angelidis Committed by Ugo Albanese
Browse files

Merged in NRRPLT-8266 (pull request #118)

[NRRPLT-8266] Fixed wrong paths and names in the listUserModelsbyType function

Approved-by: Stefano Nardo
Approved-by: Ugo Albanese
parent 8c05686f
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,5 @@ usersLogged.log
proxy_virtualenv
dist
.vscode
out
......@@ -311,8 +311,8 @@ ${ex.stack}`);
const userModels = await this.storage.listUserModelsbyType(modelType, userId);
const models = await q.all(
userModels.map(userModel =>
q.all([userModel, this.getModelFolder(userModel.modelType,
userModel.fileName,
q.all([userModel, this.getModelFolder(userModel.type,
userModel.name,
token)])
)
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment