Skip to content

Commit

Permalink
Fix the new fatal error coming up after #3
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Aug 20, 2024
1 parent 6350f00 commit 52f5773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/WPAdmin/Listeners/SurveyQueueListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function enqueue_surveys_script() {

if ( is_readable( $asset_file ) ) {

$asset = include_once $asset_file;
$asset = include $asset_file;

wp_register_script(
'nfd-survey-surveys',
Expand Down

0 comments on commit 52f5773

Please sign in to comment.