mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
fix benchmarks
This commit is contained in:
parent
ef60e83d6c
commit
ca86082e08
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ try {
|
||||||
'x-metrics-commit-hash': commit,
|
'x-metrics-commit-hash': commit,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then((res) => res.text()) // expecting a json response
|
.then((res: any) => res.text()) // expecting a json response
|
||||||
.then((json) => {
|
.then((json: any) => {
|
||||||
debug('response %o', json);
|
debug('response %o', json);
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Reference in a new issue