Skip to content

Commit c2519ea

Browse files
committed
add deprecation flag on ReturningOption
1 parent d52d9fb commit c2519ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postgrest/lib/src/types.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ enum CountOption {
8888
estimated,
8989
}
9090

91-
// Not used anywhere. Will be removed in the next major version.
9291
// coverage:ignore-[start]
9392
/// Returns count as part of the response when specified.
93+
@Deprecated('Not used anywhere. Will be removed in the next major version.')
9494
enum ReturningOption {
9595
minimal,
9696
representation,

0 commit comments

Comments
 (0)