Skip to content

Commit

Permalink
fix(propdefs): fix grouptype resolution (#24891)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverb123 authored Sep 10, 2024
1 parent f855d23 commit d5117bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/property-defs-rs/src/app_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ impl AppContext {
name,
update.team_id
)
.bind(name)
.fetch_optional(&self.pool)
.await?;

Expand Down

0 comments on commit d5117bb

Please sign in to comment.