Revert "feat: add INCLUDE_ORGS env variable (#2275)" (#2276)

This reverts commit ada9cf4e0e.
This commit is contained in:
Rick Staa
2022-11-21 11:15:32 +01:00
committed by GitHub
parent ada9cf4e0e
commit 0efb982c2a
3 changed files with 10 additions and 29 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ const isValidHexColor = (hexColor) => {
/**
* Returns boolean if value is either "true" or "false" else the value as it is.
*
* @param {string | boolean| undefined} value The value to parse.
* @param {string | boolean} value The value to parse.
* @returns {boolean | undefined } The parsed value.
*/
const parseBoolean = (value) => {