Skip to content

Commit

Permalink
Merge pull request #814 from AI4Bharat/minorfix10
Browse files Browse the repository at this point in the history
fixed endpoint for reopen votr task
  • Loading branch information
aparna-aa authored Sep 3, 2024
2 parents 9cadd79 + 8b9c3de commit b1a4aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/actions/api/Project/ReopenTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class ReopenTaskAPI extends API {
this.delete_and_reopen=delete_voiceover_and_reopen;
this.id = id;

this.endpoint = taskType.includes("VOICEOVER") ? `${super.apiEndPointAuto()}/voiceover/reopen_translation_voiceover_task` :
this.endpoint = taskType.includes("VOICEOVER") ? `${super.apiEndPointAuto()}/voiceover/reopen_translation_voiceover_task/` :
`${super.apiEndPointAuto()}${
ENDPOINTS.task
}${id}/reopen_translation_task/?delete_voiceover_and_reopen=${delete_voiceover_and_reopen}`;
Expand Down

0 comments on commit b1a4aee

Please sign in to comment.