mirror of
https://github.com/strapi/strapi.git
synced 2025-09-24 16:04:54 +00:00
fix closing
This commit is contained in:
parent
9e00d3ba42
commit
fb374b6a00
@ -463,7 +463,7 @@ class TransferEngine<
|
|||||||
async close(): Promise<void> {
|
async close(): Promise<void> {
|
||||||
const results = await Promise.allSettled([
|
const results = await Promise.allSettled([
|
||||||
this.sourceProvider.close?.(),
|
this.sourceProvider.close?.(),
|
||||||
this.destinationProvider.bootstrap?.(),
|
this.destinationProvider.close?.(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
results.forEach((result) => {
|
results.forEach((result) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user