fix warning

This commit is contained in:
ondra 2020-12-18 17:22:55 +01:00
parent 512210daf5
commit 9bfd37cf2b

View File

@ -417,4 +417,5 @@ bool ColnodAPI::updateAuthToken() {
} }
emit authTokenUpdated(true); emit authTokenUpdated(true);
}); });
return true;
} }