Skip to content

Commit

Permalink
Merge branch 'root-v1.21-and-main' into release/dcs/v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Jan 19, 2024
2 parents 80c6261 + 2cee691 commit 485519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/door43metadata/search.go
Expand Up @@ -114,7 +114,7 @@ func SearchCatalogCondition(opts *SearchCatalogOptions) builder.Cond {

isRepoDMCond := builder.NewCond()
if opts.IsRepoDM {
isRepoDMCond = builder.Eq(builder.Eq{"is_repo_dm": true})
isRepoDMCond = builder.Eq(builder.Eq{"is_repo_metadata": true})
}

cond := builder.NewCond().And(
Expand Down

0 comments on commit 485519c

Please sign in to comment.