Skip to content

Commit

Permalink
Merge pull request #5 from newfold-labs/fix/survey-queue-listener-error
Browse files Browse the repository at this point in the history
Fix Similar Fatal Error in `SurveyQueueListener` After #3
  • Loading branch information
arunshenoy99 authored Aug 20, 2024
2 parents 6350f00 + 52f5773 commit e3423f6
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 e3423f6

Please sign in to comment.