Skip to content

Commit 93d714a

Browse files
committed
refactor: remove unused stackTrace
1 parent efc7d65 commit 93d714a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/conference_data/lib/src/domain/repository/conference_data_repository_impl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class ConferenceDataRepositoryImpl implements ConferenceDataRepository {
8080
}
8181
} on ApiClientError {
8282
rethrow;
83-
} catch (e, stackTrace) {
83+
} catch (e) {
8484
return Success(await _getLatestAgendaAndCacheIt());
8585
}
8686
} on ApiClientError {

0 commit comments

Comments
 (0)