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

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

View File

@ -88,6 +88,7 @@ export default {
methods: {
async setApiUrl() {
if (this.apiUrl === '') {
// Don't try to check and set an empty url
return
}