Skip to content

Commit d4e00b3

Browse files
Rename einstein public module (#88)
from `commerce/einsteinApi` to `commerce/einsteinRecommendationsApi`
1 parent c2653c4 commit d4e00b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const KNOWN_WIRE_ADAPTERS = [
3333
identifier: 'SessionContextAdapter',
3434
},
3535
{
36-
module: 'commerce/einsteinApi',
36+
module: 'commerce/einsteinRecommendationsApi',
3737
identifier: 'EinsteinProductRecommendationsAdapter',
3838
},
3939
{
@@ -92,7 +92,7 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
9292
identifier: 'SessionContextAdapter',
9393
},
9494
{
95-
module: 'commerce/einsteinApi',
95+
module: 'commerce/einsteinRecommendationsApi',
9696
identifier: 'EinsteinProductRecommendationsAdapter',
9797
},
9898
{

0 commit comments

Comments
 (0)