Fix comment

This commit is contained in:
Jackson Harper
2024-11-02 11:22:24 +08:00
parent b74b1d40fe
commit 159b8276e0

View File

@ -273,7 +273,7 @@ export const exportJob = async (jobData: ExportJobData) => {
// generate a temporary signed url for the zip file
const [signedUrl] = await file.getSignedUrl({
action: 'read',
expires: Date.now() + 48 * 60 * 60 * 1000, // 24 hours
expires: Date.now() + 48 * 60 * 60 * 1000, // 48 hours
})
logger.info('signed url for export:', {