Skip to content

Commit cc60fd4

Browse files
committed
feat: add postgresql storage
1 parent 95827a0 commit cc60fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/app/components/storage/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export default class Storage {
391391
if ( cacheControl ) headers[ "cache-control" ] = cacheControl;
392392
if ( contentDisposition ) headers[ "content-disposition" ] = contentDisposition;
393393

394-
return bucket.downloadFile( req, file, headers );
394+
return bucket.downloadFile( req, file, headers, { dbh } );
395395
}
396396
}
397397

0 commit comments

Comments
 (0)