mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
fix(server): missing case break (#12595)
* fix(server): missing break statement * fix(server): missing break statement
This commit is contained in:
parent
a68e6be7e1
commit
c3ff1b54af
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ export class JobService {
|
|||
name: JobName.METADATA_EXTRACTION,
|
||||
data: { id: item.data.id, source: 'sidecar-write' },
|
||||
});
|
||||
break;
|
||||
}
|
||||
|
||||
case JobName.METADATA_EXTRACTION: {
|
||||
|
|
Loading…
Reference in a new issue