Skip to content

Commit

Permalink
Freeze production content
Browse files Browse the repository at this point in the history
  • Loading branch information
xjensen committed Dec 5, 2023
1 parent 06f55a5 commit 88be616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const s3 = new S3Client({});
exports.getDefinitions = async () => {
const command = new GetObjectCommand({
Bucket: "cdn.innovation.ca.gov",
Key: "br/benefits-recs-defs.json",
Key: "br/benefits-recs-defs-redesign-freeze-2023-12-05.json",
});

return await s3
Expand Down

0 comments on commit 88be616

Please sign in to comment.