Skip to content

Commit

Permalink
Update SiteGen.php
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Aug 13, 2024
1 parent 1fd1368 commit 957ffb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/SiteGen/SiteGen.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public static function generate_site_meta( $site_info, $identifier, $skip_cache
array(
'hiivetoken' => HiiveConnection::get_auth_token(),
'prompt' => self::get_prompt_from_info( $site_info ),
'identifier' => "generateSitePosts",
'identifier' => 'generateSitePosts',
)
),
)
Expand Down

0 comments on commit 957ffb1

Please sign in to comment.