fix(server): dynamodb tests + provider config
This commit is contained in:
@@ -180,7 +180,7 @@ func (p *provider) UpdateUsers(ctx context.Context, data map[string]interface{},
|
||||
|
||||
for _, user := range allUsers {
|
||||
err = UpdateByHashKey(userCollection, "id", user.ID, data)
|
||||
if err != nil {
|
||||
if err == nil {
|
||||
res = res + 1
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user