Skip to content

Commit

Permalink
Search by name and source
Browse files Browse the repository at this point in the history
  • Loading branch information
puckzxz committed Oct 28, 2023
1 parent cb5dd4a commit ff69c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const command: Command = {
const dbSeries = await prisma.series.upsert({
where: {
name: title,
source,
},
update: {
latestChapter,
Expand Down

0 comments on commit ff69c00

Please sign in to comment.