Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen committed May 8, 2024
1 parent 9ad4166 commit feb1d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/repository/gorm/neon.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (repo *NeonIntegrationRepository) EncryptNeonIntegration(
return encrypted, nil
}

// DecryptNeonIntegrationData will decrypt the neon integration data before
// DecryptNeonIntegration will decrypt the neon integration data before
// returning it from the DB
func (repo *NeonIntegrationRepository) DecryptNeonIntegration(
neonInt ints.NeonIntegration,
Expand Down

0 comments on commit feb1d2a

Please sign in to comment.