Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Apr 19, 2024
1 parent caffdd8 commit fc66486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/lib/services/google_drive_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ class GoogleDriveService {

return AppMedia.fromGoogleDriveFile(drive.File.fromJson(res.data));
} catch (error) {
print(error);
if (error is AppError && error.statusCode == 404) {
throw const BackUpFolderNotFound();
}
Expand Down

0 comments on commit fc66486

Please sign in to comment.