Skip to content

Commit

Permalink
feat: optimize search logoName
Browse files Browse the repository at this point in the history
  • Loading branch information
wwei-github committed Dec 23, 2023
1 parent 351fde2 commit 647f513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/logos/logos.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class LogosService {
const findLogoName = await this.prismaService.logoNames.findFirst({
where: {
logoName,
logoType,
},
});
if (findLogoName) {
Expand Down

0 comments on commit 647f513

Please sign in to comment.