Skip to content

Commit 0ea9a12

Browse files
committed
it's fine now I guess
1 parent f641a49 commit 0ea9a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbauthz/dbauthz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ func (q *querier) DeleteOldWorkspaceAgentStats(ctx context.Context) error {
915915
}
916916

917917
func (q *querier) DeleteOrganization(ctx context.Context, id uuid.UUID) error {
918-
return deleteQ[database.Organization](q.log, q.auth, q.db.GetOrganizationByID, q.db.DeleteOrganization)(ctx, id)
918+
return deleteQ(q.log, q.auth, q.db.GetOrganizationByID, q.db.DeleteOrganization)(ctx, id)
919919
}
920920

921921
func (q *querier) DeleteReplicasUpdatedBefore(ctx context.Context, updatedAt time.Time) error {

0 commit comments

Comments
 (0)