Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Jun 18, 2024
1 parent e23a9da commit 818439d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/web/bridge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ class RustdeskImpl {
throw UnimplementedError();
}

Future<String> mainVideoSaveDirectory({required bool root, dynamic hint}) {
String mainVideoSaveDirectory({required bool root, dynamic hint}) {
throw UnimplementedError();
}

Expand Down

0 comments on commit 818439d

Please sign in to comment.