File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ async function bootstrap(
102
102
} ) ;
103
103
104
104
if ( state . seq > 0 && state . bootstrapDone === true ) {
105
- await algolia . putDefaultSettings ( mainIndex ) ;
105
+ await algolia . putDefaultSettings ( mainIndex , config ) ;
106
106
log . info ( '⛷ Bootstrap: done' ) ;
107
107
return state ;
108
108
}
@@ -113,7 +113,7 @@ async function bootstrap(
113
113
log . info ( '⛷ Bootstrap: starting from the first doc' ) ;
114
114
// first time this launches, we need to remember the last seq our bootstrap can trust
115
115
await stateManager . save ( { seq } ) ;
116
- await algolia . putDefaultSettings ( bootstrapIndex ) ;
116
+ await algolia . putDefaultSettings ( bootstrapIndex , config ) ;
117
117
} else {
118
118
log . info ( '⛷ Bootstrap: starting at doc %s' , state . bootstrapLastId ) ;
119
119
}
You can’t perform that action at this time.
0 commit comments