👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2019-07-01 14:52:14 +02:00
parent 3282acbcf1
commit 91c7f52c37

View file

@ -214,7 +214,7 @@ export default mixins(
let result;
try {
result = await this.restApi().updateCredentials((this.credentialData as ICredentialsDecryptedResponse).id as string, newCredentials);
} catch (error) {
} catch (error) {
this.$showError(error, 'Problem Updating Credentials', 'There was a problem updating the credentials:');
return;
}