Skip to content

feat: add impending deletion filter to workspaces page #7860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Jun 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused fn
  • Loading branch information
Kira-Pilot committed Jun 12, 2023
commit a0f14dd5a18df253e57cd6d0a707eb40c15259f5
7 changes: 0 additions & 7 deletions coderd/searchquery/search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,3 @@ func TestSearchUsers(t *testing.T) {
})
}
}

func must[T any](value T, err error) T {
if err != nil {
panic(err)
}
return value
}