Skip to content

Commit a35285e

Browse files
committed
Added TODO
1 parent ced6a9f commit a35285e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/ResourceEditsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function merge(ResourceEditsService $editsService, ResourceEdits $resourc
122122
}
123123

124124
if (array_key_exists('image_path', $changes)) {
125-
// Removed code to delete photo, will be handled in a cron job
125+
// TODO: Removed code to delete photo, will be handled in a cron job
126126
$destPath = null;
127127
if (isset($changes['image_path'])) {
128128
// Copy the new file from 'resource-edits' to 'resource' (do not delete the old one)

0 commit comments

Comments
 (0)