Skip to content

Commit

Permalink
Merge pull request #207 from kamilklyta/missing-put-mode-export
Browse files Browse the repository at this point in the history
Add missing PutMode enum export
  • Loading branch information
vaind authored Mar 12, 2021
2 parents 84cb52e + fe3f3ee commit e0578f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objectbox/lib/objectbox.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
library objectbox;

export 'src/annotations.dart';
export 'src/box.dart' show Box;
export 'src/box.dart' show Box, PutMode;
export 'src/common.dart';
export 'src/observable.dart';
export 'src/query.dart'
Expand Down

0 comments on commit e0578f8

Please sign in to comment.