Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
trymebytes committed Dec 12, 2024
1 parent fe113bf commit 713e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/routes/event/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function handle(): void {
}

if ( ! empty( $tmpl_args[ $filter_key ]->event_ids ) ) {
$this->handle_ajax( $format, $filter_key, $tmpl_args );
$this->handle_ajax( $filter_key, $tmpl_args );
}
}

Expand Down

0 comments on commit 713e5f7

Please sign in to comment.