Skip to content

Commit

Permalink
delete file time stamp change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushsunny committed Apr 30, 2024
1 parent 4c60506 commit aceaadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Box.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
addFiletoStorage(fileData, 'files');
setTimeout(() => {
deleteFileFromCloud(storageRef, fileData);
}, 24 * 60 * 60 * 1000);
},60 * 1000);
})
}
);
Expand Down

0 comments on commit aceaadc

Please sign in to comment.