Skip to content

Commit

Permalink
Merge branch 'feature/dapp-safe' into feature/2.6.0-union
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-k123 committed Nov 30, 2024
2 parents ca6bd64 + bf48817 commit 3092a23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static bool WebsiteValild(WebsiteInfoDto info)
{
if (website.logo.Equals(info.logo))
{
return website.website.Contains(info.website);
return info.website.Contains(website.website);
}
}

Expand Down

0 comments on commit 3092a23

Please sign in to comment.