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