Skip to content

Commit

Permalink
bindinds/dart: Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Jan 22, 2025
1 parent 470c605 commit c9aef01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/dart/lib/ouisync.dart
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ class Repository {
final handle = await client.invoke<int>('repository_open', {
'path': path,
'secret': secret?.encode(),
'sync_enabled': false,
});

final fullPath = await client.invoke<String>('repository_get_path', handle);
Expand Down

0 comments on commit c9aef01

Please sign in to comment.