mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 23:57:32 +00:00
rename bootstrap
This commit is contained in:
parent
93592cad68
commit
603145c3c6
@ -130,7 +130,7 @@ class TransferEngine<
|
||||
);
|
||||
}
|
||||
|
||||
async boostrap(): Promise<void> {
|
||||
async bootstrap(): Promise<void> {
|
||||
await Promise.all([
|
||||
// bootstrap source provider
|
||||
this.sourceProvider.bootstrap?.(),
|
||||
@ -175,7 +175,7 @@ class TransferEngine<
|
||||
|
||||
async transfer(): Promise<ITransferResults<S, D>> {
|
||||
try {
|
||||
await this.boostrap();
|
||||
await this.bootstrap();
|
||||
|
||||
const isValidTransfer = await this.integrityCheck();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user