Skip to content

Commit e2ca180

Browse files
committed
dbmem yet again you stab me in the heart
1 parent e6cdd1f commit e2ca180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8790,7 +8790,7 @@ func (q *FakeQuerier) UpdateExternalAuthLinkRefreshToken(_ context.Context, arg
87908790
continue
87918791
}
87928792
gitAuthLink.UpdatedAt = arg.UpdatedAt
8793-
gitAuthLink.OAuthRefreshToken = ""
8793+
gitAuthLink.OAuthRefreshToken = arg.OAuthRefreshToken
87948794
q.externalAuthLinks[index] = gitAuthLink
87958795

87968796
return nil

0 commit comments

Comments
 (0)