Skip to content

Commit 614acc7

Browse files
committed
linting
1 parent 0ef9f10 commit 614acc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8409,7 +8409,8 @@ func (q *FakeQuerier) ListWorkspaceAgentPortShares(_ context.Context, workspaceI
84098409
return shares, nil
84108410
}
84118411

8412-
func (q *FakeQuerier) OIDCClaimFieldValues(ctx context.Context, args database.OIDCClaimFieldValuesParams) ([]string, error) {
8412+
// nolint:forcetypeassert
8413+
func (q *FakeQuerier) OIDCClaimFieldValues(_ context.Context, args database.OIDCClaimFieldValuesParams) ([]string, error) {
84138414
orgMembers := q.getOrganizationMemberNoLock(args.OrganizationID)
84148415

84158416
var values []string

0 commit comments

Comments
 (0)