Skip to content

Commit aaa1a54

Browse files
committed
Ran yarn format
1 parent 843657a commit aaa1a54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/messaging/src/helpers/logToFirelog.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { MessagingService } from '../messaging-service';
3131
import { Stub } from '../testing/sinon-types';
3232
import { getFakeMessagingService } from '../testing/fakes/messaging-service';
3333

34-
const LOG_ENDPOINT = "https://play.google.com/log?format=json_proto3";
34+
const LOG_ENDPOINT = 'https://play.google.com/log?format=json_proto3';
3535

3636
const FCM_TRANSPORT_KEY = LogModule._mergeStrings(
3737
'AzSCbw63g1R0nCw85jG8',

packages/messaging/src/helpers/logToFirelog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import {
3636
import { MessagePayloadInternal } from '../interfaces/internal-message-payload';
3737
import { MessagingService } from '../messaging-service';
3838

39-
const LOG_ENDPOINT = "https://play.google.com/log?format=json_proto3";
39+
const LOG_ENDPOINT = 'https://play.google.com/log?format=json_proto3';
4040

4141
const FCM_TRANSPORT_KEY = _mergeStrings(
4242
'AzSCbw63g1R0nCw85jG8',
@@ -214,7 +214,7 @@ function createAndEnqueueLogEvent(
214214
/* eslint-disable camelcase */
215215
logEvent.event_time_ms = Math.floor(Date.now()).toString();
216216
logEvent.source_extension_json_proto3 = JSON.stringify({
217-
messaging_client_event: fcmEvent
217+
messaging_client_event: fcmEvent
218218
});
219219

220220
if (!!productId) {

0 commit comments

Comments
 (0)