File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
packages/destination-actions/src/destinations/survicate Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -9,27 +9,21 @@ const presets: DestinationDefinition['presets'] = [
99 name : 'Track Events' ,
1010 subscribe : 'type = "track"' ,
1111 partnerAction : 'trackEvent' ,
12- mapping : {
13- ...defaultValues ( trackEvent . fields )
14- } ,
12+ mapping : { ...defaultValues ( trackEvent . fields ) } ,
1513 type : 'automatic'
1614 } ,
1715 {
1816 name : 'Identify Calls' ,
1917 subscribe : 'type = "identify"' ,
2018 partnerAction : 'identifyUser' ,
21- mapping : {
22- ...defaultValues ( identifyUser . fields )
23- } ,
19+ mapping : { ...defaultValues ( identifyUser . fields ) } ,
2420 type : 'automatic'
2521 } ,
2622 {
2723 name : 'Group Calls' ,
2824 subscribe : 'type = "group"' ,
2925 partnerAction : 'identifyGroup' ,
30- mapping : {
31- ...defaultValues ( identifyGroup . fields )
32- } ,
26+ mapping : { ...defaultValues ( identifyGroup . fields ) } ,
3327 type : 'automatic'
3428 }
3529]
You can’t perform that action at this time.
0 commit comments