Skip to content

Commit

Permalink
fixed endpoint for reopen votr task
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar committed Sep 3, 2024
1 parent 9cadd79 commit 8b9c3de
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 8b9c3de

Please sign in to comment.