Skip to content

Commit

Permalink
fix: fix the url bug by parse the string before
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Aug 18, 2022
1 parent 5a637c3 commit 41233a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/api/client_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ClientProvider {
nodeID: opts['nodeId'],
host: opts['host'],
rune: opts['rune'],
lambdaServer: opts['lambdaServer']);
lambdaServer: Uri.parse(opts['lambdaServer']!).toString());
}
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
recase: ^4.0.0
file_picker: ^5.0.1
shared_preferences: ^2.0.15
lnlambda: ^0.0.1-beta.5
lnlambda: ^0.0.1-beta.6
json_annotation: ^4.5.0
flutter_launcher_icons: ^0.10.0

Expand Down

0 comments on commit 41233a3

Please sign in to comment.