From a50232b49f21c340f25bcf8e08f5389b11af92e1 Mon Sep 17 00:00:00 2001 From: Kata Martin Date: Tue, 20 Feb 2024 13:13:57 -0500 Subject: [PATCH 1/2] Update comments.js --- contents/comments.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contents/comments.js b/contents/comments.js index b30e97a8..7fc9acd1 100644 --- a/contents/comments.js +++ b/contents/comments.js @@ -1,4 +1,9 @@ const comments = [ + { + title: 'Commodity Futures Trading Commission re: Listing of voluntary carbon credit derivative contracts guidance', + href: 'https://files.carbonplan.org/CFTC-Voluntary-Carbon-Credit-Comment-Letter-02-16-2024.pdf', + date: '02-16-2024', + }, { title: 'UNFCCC Article 6.4 Supervisory Body re: SB005 annotated agenda', href: 'https://files.carbonplan.org/Article-6_4-Supervisory-Body-Comment-Letter-05-24-2023.pdf', From e88fdc33bfc214ddd9e5000162216f2356cf2176 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:14:20 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- contents/comments.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contents/comments.js b/contents/comments.js index 7fc9acd1..57061927 100644 --- a/contents/comments.js +++ b/contents/comments.js @@ -1,6 +1,7 @@ const comments = [ { - title: 'Commodity Futures Trading Commission re: Listing of voluntary carbon credit derivative contracts guidance', + title: + 'Commodity Futures Trading Commission re: Listing of voluntary carbon credit derivative contracts guidance', href: 'https://files.carbonplan.org/CFTC-Voluntary-Carbon-Credit-Comment-Letter-02-16-2024.pdf', date: '02-16-2024', },