fix: prevent null
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
43af96eb05
commit
fa43f270ca
|
@ -67,7 +67,7 @@ export default boot(({ app }) => {
|
||||||
method,
|
method,
|
||||||
params,
|
params,
|
||||||
headers: confHeaders,
|
headers: confHeaders,
|
||||||
aborted: signal.aborted,
|
aborted: signal?.aborted,
|
||||||
version: headers?.['salix-version'],
|
version: headers?.['salix-version'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue