Minor cleanups

This commit is contained in:
rejas
2020-08-01 17:06:56 +02:00
parent 02779ef725
commit 05659820d0
3 changed files with 2 additions and 5 deletions

View File

@@ -35,7 +35,8 @@
/**
* Gets the config from the specified server url
*
* @param {string} url location where the server is running
* @param {string} url location where the server is running.
*
* @returns {Promise} the config
*/
function getServerConfig(url) {