Skip to content

Commit

Permalink
rm commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
danylo-safonov-solid committed Sep 13, 2023
1 parent bd265f7 commit 6320938
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/src/query_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ extension QueryClientProps on QueryClient {
[
name,
if (options != null) options,
// jsify({
// if (options.isolationLevel != null)
// 'isolation_level': options.isolationLevel?.name,
// if (options.isReadOnly != null) 'read_only': options.isReadOnly,
// if (options.snapshot != null) 'snapshot': options.snapshot,
// }),
],
);

Expand Down

0 comments on commit 6320938

Please sign in to comment.