Skip to content

Commit

Permalink
Removing erroneous change
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Vedder committed Jun 15, 2022
1 parent eaeb45e commit 1dd2cbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions auth0/resource_auth0_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,6 @@ func flattenClientRefreshTokenConfiguration(refreshToken *management.ClientRefre

m := make(map[string]interface{})

// log out `m`

m["rotation_type"] = refreshToken.RotationType
m["expiration_type"] = refreshToken.ExpirationType
m["leeway"] = refreshToken.Leeway
Expand Down

0 comments on commit 1dd2cbc

Please sign in to comment.