Skip to content

Commit

Permalink
fix(server): missing break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 committed Sep 12, 2024
1 parent 0b979b6 commit 3d10dc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/services/job.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ export class JobService {
}

case JobName.GENERATE_THUMBNAIL: {
console.log({ data: item.data });
if (!(item.data.notify || item.data.source === 'upload')) {
break;
}
Expand Down

0 comments on commit 3d10dc8

Please sign in to comment.