mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-05-20 10:04:53 +00:00
🚀 Refactor: Centralize isBoardMember logic in EinundzwanzigPleb model and replace redundant checks
This commit is contained in:
@@ -50,7 +50,7 @@ new class extends Component {
|
||||
$this->projects = ProjectProposal::query()
|
||||
->with([
|
||||
'einundzwanzigPleb.profile',
|
||||
'votes',
|
||||
'votes.einundzwanzigPleb',
|
||||
])
|
||||
->where(function ($query) {
|
||||
$query
|
||||
|
||||
Reference in New Issue
Block a user