Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c039495

Browse files
committed
Updating the URL
1 parent 9993fb0 commit c039495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async function forceV4ESFeeder (legacyId) {
153153
challengeIds: [legacyId]
154154
}
155155
}
156-
await request.put(`${config.V4_ES_FEEDER}`).send(body).set({ Authorization: `Bearer ${token}` })
156+
await request.put(`${config.V4_ES_FEEDER_API_URL}`).send(body).set({ Authorization: `Bearer ${token}` })
157157
}
158158

159159
/**

0 commit comments

Comments
 (0)