Small code enhancements on providers

This commit is contained in:
Vincent Demeester 2018-08-01 16:58:03 +02:00 committed by Traefiker Bot
parent 6f6ebb8025
commit 43d22d7a2f
6 changed files with 9 additions and 16 deletions

View file

@ -79,7 +79,7 @@ func (p *Provider) createClient() (*dynamoClient, error) {
}
return &dynamoClient{
dynamodb.New(sess, cfg),
db: dynamodb.New(sess, cfg),
}, nil
}