Skip to content

Commit

Permalink
chore: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Aug 18, 2024
1 parent a569275 commit fb5992d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

func BindPFlags(flags *pflag.FlagSet) {
flags.MarkDeprecated("postgrest-anon-role", "Use postgrest-role instead")
_ = flags.MarkDeprecated("postgrest-anon-role", "Use postgrest-role instead")
flags.StringVar(&DefaultConfig.ConnectionString, "db", "DB_URL", "Connection string for the postgres database")
flags.StringVar(&DefaultConfig.Schema, "db-schema", "public", "Postgres schema")
flags.StringVar(&DefaultConfig.Postgrest.URL, "postgrest-uri", "http://localhost:3000", "URL for the PostgREST instance to use. If localhost is supplied, a PostgREST instance will be started")
Expand Down

0 comments on commit fb5992d

Please sign in to comment.