mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
correct HTTPS_ENABLED cast
This commit is contained in:
@@ -60,5 +60,5 @@ export const getHttpsEnabled = () => {
|
||||
return true
|
||||
}
|
||||
|
||||
return Boolean(infisical.get('HTTPS_ENABLED'))
|
||||
return infisical.get('HTTPS_ENABLED') === 'true' && true
|
||||
}
|
||||
Reference in New Issue
Block a user