Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mativm02 committed Feb 8, 2024
1 parent 08fa280 commit ad4c4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pumps/timestream.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const (

// @PumpConf Timestream
type TimestreamPumpConf struct {
//The prefix for the environment variables that will be used to override the configuration.
//Defaults to `TYK_PMP_PUMPS_TIMESTREAM_META`
// The prefix for the environment variables that will be used to override the configuration.
// Defaults to `TYK_PMP_PUMPS_TIMESTREAM_META`
EnvPrefix string `mapstructure:"meta_env_prefix"`
//The aws region that contains the timestream database
AWSRegion string `mapstructure:"aws_region"`
Expand Down

0 comments on commit ad4c4f7

Please sign in to comment.