fix benchmarks

This commit is contained in:
Juan Picado 2021-09-04 09:54:38 +02:00
parent ef60e83d6c
commit ca86082e08
1 changed files with 2 additions and 2 deletions

View File

@ -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) {