Skip to content

Commit

Permalink
Make Unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jan 23, 2024
1 parent 07303b6 commit d4683c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingest-image/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ export default class Task {
md.DateTimeOriginal = this.convert_datetime_to_ISO(md.DateTimeOriginal);
}

md.Make = md.Make || 'unknown';
md.MIMEType = md.MIMEType || mimetype || 'image/jpeg';
md.SerialNumber = md.SerialNumber || 'unknown';
md.ProdBucket = this.SERVING_BUCKET;
Expand Down

0 comments on commit d4683c0

Please sign in to comment.