Skip to content

Commit

Permalink
fix: review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Dec 16, 2024
1 parent 49e3ddc commit f54e0d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/at_commons/lib/src/verb/sync_verb_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class SyncVerbBuilder implements VerbBuilder {
@override
String buildCommand() {
StringBuffer serverCommandBuffer = StringBuffer('sync:');
// removed isPaginated logic, since sync:from is the default sync verb on server
serverCommandBuffer.write('from:');
serverCommandBuffer.write('$commitId');
serverCommandBuffer.write(':limit:$limit');
Expand Down

0 comments on commit f54e0d2

Please sign in to comment.