mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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`);
|
console.error(`No handler for ${action.client_action} found`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
} else {
|
} else {
|
||||||
return performAction();
|
return performAction();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user