From afe3c93e94217d57285c0dcb84e33dd6c7141b6f Mon Sep 17 00:00:00 2001 From: Michael Tang Date: Tue, 7 Nov 2023 10:29:57 -0500 Subject: [PATCH] ccdi -> icdc --- src/config/DataCommons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/DataCommons.ts b/src/config/DataCommons.ts index c5f63b11a..be99b665d 100644 --- a/src/config/DataCommons.ts +++ b/src/config/DataCommons.ts @@ -8,7 +8,7 @@ export const DataCommons: DataCommon[] = [ config: null, }, { - name: "CCDI", + name: "ICDC", route: "icdc", config: null, },