mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 09:51:16 -04:00
remove extra comment
This commit is contained in:
parent
726aa02038
commit
d8e19be7b5
1 changed files with 0 additions and 1 deletions
|
|
@ -156,7 +156,6 @@ func (i *Influxdb) CreateUser(ctx context.Context, statements dbplugin.Statement
|
|||
}
|
||||
|
||||
// RenewUser is not supported on Influxdb, so this is a no-op.
|
||||
// TO CHECK THIS FIRST
|
||||
func (i *Influxdb) RenewUser(ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
|
||||
// NOOP
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue