Skip to content

Commit

Permalink
🐛 FIX: MyKinsta action check
Browse files Browse the repository at this point in the history
  • Loading branch information
austinginder committed Jul 18, 2024
1 parent 4fc1d4b commit 4d41025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Providers/Kinsta.php
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,8 @@ public static function action_result( $provider_key = 0 ) {
"variables" => [
"idAction" => $provider_key
],
"operationName" => "ActionResult",
"query" => 'query ActionResult($idAction: Int!) {
"operationName" => "Action",
"query" => 'query Action($idAction: Int!) {
action(id: $idAction) {
error
result
Expand Down

0 comments on commit 4d41025

Please sign in to comment.