Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Dec 12, 2024
1 parent cd3e29e commit a43d789
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/powersync_core/lib/src/bucket_storage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,6 @@ enum OpType {
return 'PUT';
case remove:
return 'REMOVE';
default:
return '';
}
}
}

0 comments on commit a43d789

Please sign in to comment.