Skip to content

Commit

Permalink
v8.0.0+248
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Jul 31, 2024
1 parent 5a1fdba commit 32c09cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/database/database.dart
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ class AppDb extends _$AppDb {
});
} on Exception catch (e) {
log.error('Update archive failed!', e);
log.uploadError(e);
rethrow;
}
}
Expand Down

0 comments on commit 32c09cf

Please sign in to comment.