mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 20:25:38 +00:00
Update index.js
Variable change from let to const
This commit is contained in:
@@ -44,7 +44,7 @@ const CollectionSettings = ({ collection }) => {
|
||||
const authMode = get(collection, 'root.request.auth', {}).mode || 'none';
|
||||
|
||||
const proxyConfig = get(collection, 'brunoConfig.proxy', {});
|
||||
let proxyEnabled = proxyConfig.hostname ? true : false;
|
||||
const proxyEnabled = proxyConfig.hostname ? true : false;
|
||||
const clientCertConfig = get(collection, 'brunoConfig.clientCertificates.certs', []);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user