File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,8 +359,8 @@ export class FetchRequestAdapter implements RequestAdapter {
359
359
} ) ;
360
360
} ;
361
361
public enableBackingStore = ( backingStoreFactory ?: BackingStoreFactory ) : void => {
362
- this . parseNodeFactory = enableBackingStoreForParseNodeFactory ( this . parseNodeFactory ) ;
363
- this . serializationWriterFactory = enableBackingStoreForSerializationWriterFactory ( this . serializationWriterFactory ) ;
362
+ this . parseNodeFactory = enableBackingStoreForParseNodeFactory ( this . parseNodeFactory , this . parseNodeFactory ) ;
363
+ this . serializationWriterFactory = enableBackingStoreForSerializationWriterFactory ( this . serializationWriterFactory , this . serializationWriterFactory ) ;
364
364
if ( ! this . serializationWriterFactory || ! this . parseNodeFactory ) throw new Error ( "unable to enable backing store" ) ;
365
365
if ( backingStoreFactory ) {
366
366
BackingStoreFactorySingleton . instance = backingStoreFactory ;
You can’t perform that action at this time.
0 commit comments