IGNF / road2

NodeJS routing server aggregating several popular routing engines (video presentation (french) : https://peertube.fr/w/75fwFoW2GP8tQSGLUXUpPP)
https://ignf.github.io/road2/
GNU General Public License v3.0
11 stars 3 forks source link

[fix] add async keyword to administrator.getServicesConfigurations() #52

Closed lgrd closed 1 year ago

lgrd commented 1 year ago

Need

The function administrator.getServicesConfigurations() works and it is used inside the admin API. But sometimes, an emtpy answer is returned.

Tasks

lgrd commented 1 year ago

@jmkerloch I can't reproduce the bug ^^ do you ? So it seems to work without the async/await stuff. Maybe, we can close this issue and open it later if we find a way to identify it.

jmkerloch commented 1 year ago

@lgrd I didn't reproduce this issue on my test.I'm OK to close it. We could re open it if we find a way to reproduce it.