From eb3aa4baa9bb42b706d9821b9835d3805735d856 Mon Sep 17 00:00:00 2001 From: Oriana Chegwidden Date: Mon, 23 Sep 2024 17:20:53 -0700 Subject: [PATCH 1/3] adding comment letter --- contents/comments.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contents/comments.js b/contents/comments.js index d7c97862..0af47ad3 100644 --- a/contents/comments.js +++ b/contents/comments.js @@ -1,4 +1,9 @@ const comments = [ + { + title: 'California Department of Insurance re: Proposed Text of Regulation of Catastrophe Modeling and Ratemaking', + href: 'https://files.carbonplan.org/California-Department-of-Insurance-Comment-Letter-09-17-2024.pdf', + date: '09-17-2024', + } { title: 'Washington State Department of Ecology re: the August 6, 2024 meeting of the Washington State Forest Offset Technical Working Group', From fe551905fcfb69ff15c7ed927895e3af58587028 Mon Sep 17 00:00:00 2001 From: Oriana Chegwidden Date: Mon, 23 Sep 2024 17:22:52 -0700 Subject: [PATCH 2/3] missing comma --- contents/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/comments.js b/contents/comments.js index 0af47ad3..875477a3 100644 --- a/contents/comments.js +++ b/contents/comments.js @@ -3,7 +3,7 @@ const comments = [ title: 'California Department of Insurance re: Proposed Text of Regulation of Catastrophe Modeling and Ratemaking', href: 'https://files.carbonplan.org/California-Department-of-Insurance-Comment-Letter-09-17-2024.pdf', date: '09-17-2024', - } + }, { title: 'Washington State Department of Ecology re: the August 6, 2024 meeting of the Washington State Forest Offset Technical Working Group', From b8161dec88f7bcc792e300308f8b2705dc1f68ef Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:23:21 +0000 Subject: [PATCH 3/3] [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 875477a3..886137ed 100644 --- a/contents/comments.js +++ b/contents/comments.js @@ -1,6 +1,7 @@ const comments = [ { - title: 'California Department of Insurance re: Proposed Text of Regulation of Catastrophe Modeling and Ratemaking', + title: + 'California Department of Insurance re: Proposed Text of Regulation of Catastrophe Modeling and Ratemaking', href: 'https://files.carbonplan.org/California-Department-of-Insurance-Comment-Letter-09-17-2024.pdf', date: '09-17-2024', },