REFACTOR: removes unreachable return statement (#9670)

This commit is contained in:
Joffrey JAFFEUX 2020-05-07 16:27:53 +02:00 committed by GitHub
parent 48375db848
commit d020e70643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ export default Component.extend({
console.error(`No handler for ${action.client_action} found`);
return;
}
return;
} else {
return performAction();
}