benc-uk / postman-prometheus

Run Postman collections continuously and export results as Prometheus metrics
https://code.benco.io/postman-prometheus/
MIT License
28 stars 18 forks source link

Change envFile to not be const as it is changed in line #133 #16

Closed YoSev closed 2 years ago

YoSev commented 2 years ago

Checklist

Description

envFile was defined as const but modifies later. Linter complained.

Fixes

Make envFile let

YoSev commented 2 years ago

duplicate of https://github.com/benc-uk/postman-prometheus/pull/15

benc-uk commented 2 years ago

These changes seem to be superceeded by this PR #15