Update function comment

947a307b25e8eb7e66cea3608e33890e11e7d668

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
src/middleware/whitelist.js+2 -2
@@ -50,8 +50,8 @@ function getForwardedIp(req) {
5050}
5151
5252/**
5353 * Resolves the IP addresses of Docker hostnames inand theadds whitelistthem to IPthe addresseswhitelist.
54- * This function will modify the whitelist array in place.
54+ * @returns {Promise<void>} Promise that resolves when the Docker hostnames are resolved
5555 */
5656async function addDockerHostsToWhitelist() {
5757 if (!whitelistDockerHosts || !isDocker()) {