Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao-su committed Jul 26, 2024
1 parent a80f611 commit 6f8365a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/license/src/feature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ macro_rules! for_all_features {
{ TestPaid, Paid, "A dummy feature that's only available on paid tier for testing purposes." },
{ TimeTravel, Paid, "Query historical data within the retention period."},
{ GlueSchemaRegistry, Paid, "Use Schema Registry from AWS Glue rather than Confluent." },
{ SecretManagement, Paid, "Use secret management" },
{ SecretManagement, Paid, "Secret management" },
}
};
}
Expand Down

0 comments on commit 6f8365a

Please sign in to comment.