Small code enhancements on providers
This commit is contained in:
parent
6f6ebb8025
commit
43d22d7a2f
6 changed files with 9 additions and 16 deletions
|
@ -79,7 +79,7 @@ func (p *Provider) createClient() (*dynamoClient, error) {
|
|||
}
|
||||
|
||||
return &dynamoClient{
|
||||
dynamodb.New(sess, cfg),
|
||||
db: dynamodb.New(sess, cfg),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue