mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 13:58:13 +08:00
REFACTOR: removes unreachable return statement (#9670)
This commit is contained in:
parent
48375db848
commit
d020e70643
@ -127,7 +127,6 @@ export default Component.extend({
|
||||
console.error(`No handler for ${action.client_action} found`);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
return performAction();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user