Skip to content

Commit

Permalink
Build new release
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Mar 19, 2024
1 parent b007107 commit 6b1753a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/create_message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ class SendMessageScreenState extends BaseState<SendMessageScreen> {
onPressed: () {
EP2Data data = EP2Data.getInstance();

Check warning on line 148 in lib/create_message.dart

View check run for this annotation

Codecov / codecov/patch

lib/create_message.dart#L146-L148

Added lines #L146 - L148 were not covered by tests

// Create a MessageOptions object
final messageOptions = MessageOptions(
text: message,
important: isImportant,
Expand All @@ -157,7 +156,6 @@ class SendMessageScreenState extends BaseState<SendMessageScreen> {
: null,
);

// Convert the MessageOptions object to JSON
final messageOptionsJson = jsonEncode(messageOptions);

Check warning on line 159 in lib/create_message.dart

View check run for this annotation

Codecov / codecov/patch

lib/create_message.dart#L159

Added line #L159 was not covered by tests

data.dio
Expand Down

0 comments on commit 6b1753a

Please sign in to comment.