Skip to content

Commit

Permalink
Run linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Sep 4, 2023
1 parent 01ed96f commit 1578442
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use CampTix_Plugin;

use function WordCamp\AttendeeSurvey\Email\{get_email_id, queue_survey_email};
use function WordCamp\AttendeeSurvey\Page\{disable_page,publish_survey_page};
use function WordCamp\AttendeeSurvey\Page\{disable_page, publish_survey_page};

/**
* Constants.
Expand Down Expand Up @@ -181,4 +181,3 @@ function queue_attendee_survey() {
wp_schedule_single_event( $next_time, 'wc_attendee_disable_survey' );
}
}

0 comments on commit 1578442

Please sign in to comment.