feat: thread iconSize through jobRepository
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -13,6 +13,7 @@ const jobSelect = {
|
||||
inputSizeBytes: true,
|
||||
outputSizeBytes: true,
|
||||
quality: true,
|
||||
iconSize: true,
|
||||
conversionDurationSeconds: true,
|
||||
errorMessage: true,
|
||||
createdAt: true,
|
||||
@@ -34,6 +35,7 @@ export async function createJob(prisma, job) {
|
||||
inputSizeBytes: job.inputSizeBytes,
|
||||
expiresAt: job.expiresAt,
|
||||
quality: job.quality ?? null,
|
||||
iconSize: job.iconSize ?? null,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user