Skip to content

Commit a47fe28

Browse files
committed
Fix dbfake
1 parent 49808b1 commit a47fe28

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

coderd/database/dbfake/dbfake.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3489,9 +3489,6 @@ func (q *FakeQuerier) GetWorkspaceAppsByAgentID(_ context.Context, id uuid.UUID)
34893489
apps = append(apps, app)
34903490
}
34913491
}
3492-
if len(apps) == 0 {
3493-
return nil, sql.ErrNoRows
3494-
}
34953492
return apps, nil
34963493
}
34973494

0 commit comments

Comments
 (0)