mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
fix benchmarks
This commit is contained in:
parent
ef60e83d6c
commit
ca86082e08
@ -38,8 +38,8 @@ try {
|
||||
'x-metrics-commit-hash': commit,
|
||||
},
|
||||
})
|
||||
.then((res) => res.text()) // expecting a json response
|
||||
.then((json) => {
|
||||
.then((res: any) => res.text()) // expecting a json response
|
||||
.then((json: any) => {
|
||||
debug('response %o', json);
|
||||
});
|
||||
} catch (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user