Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Aug 30, 2024
1 parent eac6229 commit 036e160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lightning/bolt12_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Bolt12Service {
'bolt12': '
}),
);
if (response.statusCode == 200) {
return jsonDecode(response.body)['invoice'];
} else {
Expand Down

0 comments on commit 036e160

Please sign in to comment.