1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Split JSDoc directives to separate lines.

This commit is contained in:
Alexander Skvortsov
2021-03-07 17:35:58 -05:00
committed by GitHub
parent 1bcb9d3ea1
commit 8eea0985a4

View File

@@ -237,7 +237,8 @@ export default class EditUserModal extends Modal {
}
/**
* @internal @protected
* @internal
* @protected
*/
userIsAdmin(user) {
return user.groups().some((g) => g.id() === Group.ADMINISTRATOR_ID);