Skip to content

Commit

Permalink
Merge pull request #742 from atsign-foundation/atlookup_add_default_v…
Browse files Browse the repository at this point in the history
…alues_sync_builder

fix: remove code comment
  • Loading branch information
murali-shris authored Dec 16, 2024
2 parents dae025a + f54e0d2 commit d852c45
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 d852c45

Please sign in to comment.