From b330985b4baa4374bdaf1ea82a1cec8fa64db7ab Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Mon, 29 Aug 2022 09:36:28 -0700 Subject: [PATCH] fix caps --- src/api.v2/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.v2/constants.js b/src/api.v2/constants.js index b5aebbbdc..caa1f5881 100644 --- a/src/api.v2/constants.js +++ b/src/api.v2/constants.js @@ -33,7 +33,7 @@ const ACCOUNT_ID = { }; const ADMIN_SUB = { - [ACCOUNT_ID.Biomage]: '032abd44-0cd3-4d58-af21-850ca0b95ac7', + [ACCOUNT_ID.BIOMAGE]: '032abd44-0cd3-4d58-af21-850ca0b95ac7', [ACCOUNT_ID.HMS]: 'a01e8bcc-c9a2-4c56-bd66-39de93764be8', };