Skip to content

Commit

Permalink
trigger build zip
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Sep 27, 2024
1 parent 23c71bb commit 1893137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ private function default_content() {
* @return string
*/
private function chat_gpt_rewrite() {
// Return prompt content if openAI class does not exist.
// Return prompt content if openAI class doesn't exist.
if ( ! class_exists( '\Feedzy_Rss_Feeds_Pro_Openai' ) ) {
return $this->current_job->data->ChatGPT;
}
Expand Down

0 comments on commit 1893137

Please sign in to comment.