chore: add explanation about naked return
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-11-10 20:01:37 +01:00
parent 385f2a9a5e
commit f2c8cdd3be
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ export default {
const url = await checkAndSetApiUrl(this.apiUrl, () => this.$store.dispatch('config/update'))
if (url === '') {
// If the config setter function could not figure out a url
return
}