mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Load the latest project files when retrieving project information
This commit is contained in:
parent
bf0ca38350
commit
361391ceb8
@ -242,7 +242,9 @@ function loadProject(name) {
|
||||
|
||||
function getProject(user, name) {
|
||||
checkActiveProject(name);
|
||||
return loadProject(name).then(function () {
|
||||
return Promise.resolve(activeProject.export());
|
||||
});
|
||||
}
|
||||
|
||||
function deleteProject(user, name) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user