Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad99-9 authored Dec 24, 2023
1 parent 390c48e commit 52d6220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/image_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ImageService {
}
} catch (e) {
print(
"MultiMediaPickerService : Exception occurred while cropping Image",
"ImageService : Exception occurred while cropping Image",
);
}
return null;
Expand Down

0 comments on commit 52d6220

Please sign in to comment.