chore: update upload time
This commit is contained in:
parent
2450ddb7ee
commit
6113b56f93
1 changed files with 3 additions and 3 deletions
|
|
@ -337,12 +337,12 @@ export class BranchController extends Controller {
|
||||||
return Object.assign(record, {
|
return Object.assign(record, {
|
||||||
contact: await prisma.branchContact.findMany({ where: { branchId: record.id } }),
|
contact: await prisma.branchContact.findMany({ where: { branchId: record.id } }),
|
||||||
imageUrl: await minio.presignedGetObject(MINIO_BUCKET, branchImageLoc(record.id)),
|
imageUrl: await minio.presignedGetObject(MINIO_BUCKET, branchImageLoc(record.id)),
|
||||||
imageUploadUrl: await minio.presignedPutObject(MINIO_BUCKET, branchImageLoc(record.id)),
|
imageUploadUrl: await minio.presignedPutObject(
|
||||||
qrCodeImageUrl: await minio.presignedGetObject(
|
|
||||||
MINIO_BUCKET,
|
MINIO_BUCKET,
|
||||||
lineImageLoc(record.id),
|
branchImageLoc(record.id),
|
||||||
12 * 60 * 60,
|
12 * 60 * 60,
|
||||||
),
|
),
|
||||||
|
qrCodeImageUrl: await minio.presignedGetObject(MINIO_BUCKET, lineImageLoc(record.id)),
|
||||||
qrCodeImageUploadUrl: await minio.presignedPutObject(
|
qrCodeImageUploadUrl: await minio.presignedPutObject(
|
||||||
MINIO_BUCKET,
|
MINIO_BUCKET,
|
||||||
lineImageLoc(record.id),
|
lineImageLoc(record.id),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue