We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f52e7 commit b3bc3e7Copy full SHA for b3bc3e7
base.js
@@ -19,25 +19,25 @@ const KNOWN_WIRE_ADAPTERS = [
19
// All commerce API adapters
20
{
21
module: 'commerce/*Api',
22
- identifier: '*',
+ identifier: '*Adapter',
23
},
24
// All experience API adapters
25
26
module: 'experience/*Api',
27
+ identifier: 'get*',
28
29
];
30
31
const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
32
33
34
35
36
37
38
39
40
41
42
43
module: 'lightning/analyticsWaveApi',
0 commit comments