Skip to content

Commit c6d23e8

Browse files
Update server/src/microservices/processors/metadata-extraction.processor.ts
Co-authored-by: Jason Rasmussen <[email protected]>
1 parent a100f40 commit c6d23e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/microservices/processors/metadata-extraction.processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class MetadataExtractionProcessor {
211211
await this.assetRepository.save({
212212
id: asset.id,
213213
fileCreatedAt: fileCreatedAt || undefined,
214-
isPanorama: isPanorama,
214+
isPanorama,
215215
});
216216

217217
return true;

0 commit comments

Comments
 (0)