From 1a3adf2698870b06e5ca38e1208b617095764b4a Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Wed, 12 Aug 2020 23:32:16 +0530 Subject: [PATCH] More lint fix --- src/config/constants.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config/constants.js b/src/config/constants.js index 0f3e37c5..0e9a9919 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -125,5 +125,3 @@ export const downloadAttachmentURL = (challengeId, attachmentId, token) => `${CHALLENGE_API_URL}/${challengeId}/attachments/${attachmentId}?token=${token}` export const PAGE_SIZE = 50 - -export const SEGMENT_API_KEY = SEGMENT_API_KEY