Skip to content

Commit

Permalink
Update ProcessShanwickController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
amosngSP authored Sep 16, 2024
1 parent ca633b1 commit 0d81a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/ProcessShanwickController.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public function handle()

// Create a Request for the Shanwick Controllers
$client = new Client(['timeout' => 1000]);
$response = $client->request('GET', "https://www.vatsim.uk/api/validations?position=EGGX_FSS");
$response = $client->request('GET', "https://www.vatsim.uk/api/validations?position=EGGX_CTR");
$data = json_decode($response->getBody(), true);
$data_json = $data['validated_members'];

Expand Down

0 comments on commit 0d81a0e

Please sign in to comment.