Skip to content

Commit

Permalink
Test Fix Doubling DA
Browse files Browse the repository at this point in the history
  • Loading branch information
MjKey authored Sep 10, 2024
1 parent 691ee08 commit 01b81f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class _MainScreenState extends State<MainScreen> {
final AudioPlayer _audioPlayer = AudioPlayer();
int _httpPort = 8080;
int _wsPort = 4040;
List<int> _processedDonations = []; /* Может поможет */
List<int> _processedDonations = []; /* Может поможет (тест) */

final String changelog = '''
☆ Фикс [issues/3]
Expand Down

0 comments on commit 01b81f7

Please sign in to comment.