mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
remove extra comment
This commit is contained in:
@@ -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.
|
// 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 {
|
func (i *Influxdb) RenewUser(ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
|
||||||
// NOOP
|
// NOOP
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user