Skip to content

Commit

Permalink
Fix: somehow missed switching the host (the whole point of this PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryGSC committed Jul 6, 2022
1 parent cb26be5 commit d686517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function run () {
// End the RFC
const optionsToEndRfc = {
method: 'PUT',
uri: `https://api.byu.edu:443/domains/servicenow/changerequest/v1/change_request/${changeSysId}`,
uri: `https://${host}/domains/servicenow/changerequest/v1/change_request/${changeSysId}`,
body: {
state: 'Finished',
work_start: workStart,
Expand Down

0 comments on commit d686517

Please sign in to comment.