Skip to content

Commit 82e7b35

Browse files
committed
fixup! move cipher to dbcrypt package
1 parent 7837f71 commit 82e7b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbcrypt/dbcrypt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (db *dbCrypt) GetGitAuthLink(ctx context.Context, params database.GetGitAut
101101
return database.GitAuthLink{}, err
102102
}
103103
return link, db.decryptFields(func() error {
104-
return db.Store.DeleteGitAuthLink(ctx, database.DeleteGitAuthLinkParams{
104+
return db.Store.DeleteGitAuthLink(ctx, database.DeleteGitAuthLinkParams{ // nolint:gosimple
105105
ProviderID: params.ProviderID,
106106
UserID: params.UserID,
107107
})

0 commit comments

Comments
 (0)