Skip to content

Commit

Permalink
fix: add sync verb params constants
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Dec 13, 2024
1 parent abfe512 commit 49e3ddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/at_commons/lib/src/at_constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class AtConstants {
static const String ttr = 'ttr';
static const String ttlNotification = 'ttln';
static const String fromCommitSequence = 'from_commit_seq';
static const String syncLimit = 'limit';
static const String skipDeletesUntil = 'skipDeletesUntil';
static const String atValueReference = 'atsign://';
static const String regex = 'regex';
static const String configNew = 'configNew';
Expand Down

0 comments on commit 49e3ddc

Please sign in to comment.