Merge branch 'robot-duplication' of https://github.com/getmaxun/maxun into robot-duplication

This commit is contained in:
RohitR311
2024-11-18 22:15:47 +05:30
2 changed files with 3 additions and 9 deletions

View File

@@ -35,7 +35,6 @@ export const updateRecording = async (id: string, data: { name?: string; limit?:
export const duplicateRecording = async (id: string, targetUrl: string): Promise<any> => {
try {
console.log("duplicating");
const response = await axios.post(`${apiUrl}/storage/recordings/${id}/duplicate`, {
targetUrl,
});