Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Jul 3, 2024
1 parent 8fd99cf commit 1bbf7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/deploy_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else
jq '.components.securitySchemes."app-level0" = {"$ref": "https://proxygen.ptl.api.platform.nhs.uk/components/securitySchemes/app-level0"}' "${SPEC_PATH}" > temp.json && mv temp.json "${SPEC_PATH}"
fi
fi
# Find and replace securitySchemes
# remove checkprescriptionstatusupdates if its not needed
if [[ "${DEPLOY_CHECK_PRESCRIPTION_STATUS_UPDATE}" == "false" ]]; then
if [[ "${API_TYPE}" == "standard" ]]; then
echo "Removing checkprescriptionstatusupdates endpoint"
Expand Down

0 comments on commit 1bbf7f6

Please sign in to comment.