Skip to content

Commit ef8ffd1

Browse files
committed
Records scripts now working
1 parent 7cb5bc9 commit ef8ffd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/records-manifest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export const handler: Handler = async (event: any, context?: any) => {
9898
} catch (err) {
9999
console.error(err);
100100
}
101+
console.log(JSON.stringify(recList));
101102
const cmd = new PutObjectCommand({
102103
Bucket: REC_BUCKET,
103104
Key: `_manifest.json`,

0 commit comments

Comments
 (0)