refactor: remove comment

This commit is contained in:
Barış Soner Uşaklı
2021-12-15 12:51:52 -05:00
parent d4f3ee67fa
commit 633061f4a7

View File

@@ -104,7 +104,7 @@ define('forum/groups/details', [
Details.deleteGroup();
break;
case 'join': // intentional fall-throughs!
case 'join':
api.put('/groups/' + ajaxify.data.group.slug + '/membership/' + (uid || app.user.uid), undefined).then(() => ajaxify.refresh()).catch(alerts.error);
break;