Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Oct 31, 2024
1 parent 6a5683a commit 6f70f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/Services/BrandService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ public bool SubcollectionExists(int subcollectionId)
return _context.Subcollections.Any(s => s.Id == subcollectionId);
}
}

}
}

0 comments on commit 6f70f4b

Please sign in to comment.