Merge pull request #95 from ZhujiahuiFighting/zhjiahui/fix-typo-headers
Fix Typo: Rename header to headers In Instrumentation Middleware
This commit is contained in:
Коммит
ff53730f55
|
@ -25,7 +25,7 @@ export function createInstrumentationMiddleware(instrumentationOptions) {
|
|||
|
||||
return next => async req => {
|
||||
const {
|
||||
header: {
|
||||
headers: {
|
||||
'x-ms-requestid': requestId = uuidv4(),
|
||||
} = {},
|
||||
} = req;
|
||||
|
|
Загрузка…
Ссылка в новой задаче