You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After blueprints json files have been generated in temp folder (by calling api/update), api/blueprints still returns an empty array until api/update has been called a second time.
Steps to reproduce:
delete json files in temp folder.
hit api/update - notice json files have been generated in temp folder
hit api/blueprints - notice list is empty
hit api/update again.
hit api/blueprints - notice blueprints data returned as expected
The text was updated successfully, but these errors were encountered:
After blueprints json files have been generated in temp folder (by calling
api/update
),api/blueprints
still returns an empty array untilapi/update
has been called a second time.Steps to reproduce:
api/update
- notice json files have been generated in temp folderapi/blueprints
- notice list is emptyapi/update
again.api/blueprints
- notice blueprints data returned as expectedThe text was updated successfully, but these errors were encountered: