Skip to content

Commit

Permalink
chore: fix go lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
btfhernandez committed Nov 22, 2024
1 parent 1f16552 commit db58082
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provider/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,9 @@ func resourceFileSecretCreate(d *schema.ResourceData, m interface{}) error {
folderName := d.Get("folder_name").(string)

signApinResponse, err := autenticate(d, m)
if err != nil {
return err
}

secretObj, _ := secrets.NewSecretObj(*authenticationObj, zapLogger, 5000000)

Expand Down

0 comments on commit db58082

Please sign in to comment.