From 89a70ef9febd933f54081650fa3f114292ec6f3c Mon Sep 17 00:00:00 2001 From: Landon Reed Date: Wed, 8 Nov 2017 12:33:57 -0500 Subject: [PATCH] fix(flow): add flow declaration --- lib/common/constants/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common/constants/index.js b/lib/common/constants/index.js index 86a69d0ea..dc2ea6b46 100644 --- a/lib/common/constants/index.js +++ b/lib/common/constants/index.js @@ -1,3 +1,4 @@ +// @flow const SECURE: string = 'secure/' export const API_PREFIX: string = `/api/manager/` export const SECURE_API_PREFIX: string = `${API_PREFIX}${SECURE}`