File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/messaging/src/helpers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import { MessagingService } from '../messaging-service';
31
31
import { Stub } from '../testing/sinon-types' ;
32
32
import { getFakeMessagingService } from '../testing/fakes/messaging-service' ;
33
33
34
- const LOG_ENDPOINT = " https://play.google.com/log?format=json_proto3" ;
34
+ const LOG_ENDPOINT = ' https://play.google.com/log?format=json_proto3' ;
35
35
36
36
const FCM_TRANSPORT_KEY = LogModule . _mergeStrings (
37
37
'AzSCbw63g1R0nCw85jG8' ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import {
36
36
import { MessagePayloadInternal } from '../interfaces/internal-message-payload' ;
37
37
import { MessagingService } from '../messaging-service' ;
38
38
39
- const LOG_ENDPOINT = " https://play.google.com/log?format=json_proto3" ;
39
+ const LOG_ENDPOINT = ' https://play.google.com/log?format=json_proto3' ;
40
40
41
41
const FCM_TRANSPORT_KEY = _mergeStrings (
42
42
'AzSCbw63g1R0nCw85jG8' ,
@@ -214,7 +214,7 @@ function createAndEnqueueLogEvent(
214
214
/* eslint-disable camelcase */
215
215
logEvent . event_time_ms = Math . floor ( Date . now ( ) ) . toString ( ) ;
216
216
logEvent . source_extension_json_proto3 = JSON . stringify ( {
217
- messaging_client_event : fcmEvent
217
+ messaging_client_event : fcmEvent
218
218
} ) ;
219
219
220
220
if ( ! ! productId ) {
You can’t perform that action at this time.
0 commit comments