Skip to content

Commit

Permalink
Ran yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
zwu52 committed Sep 25, 2024
1 parent 843657a commit aaa1a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/messaging/src/helpers/logToFirelog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { MessagingService } from '../messaging-service';
import { Stub } from '../testing/sinon-types';
import { getFakeMessagingService } from '../testing/fakes/messaging-service';

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

const FCM_TRANSPORT_KEY = LogModule._mergeStrings(
'AzSCbw63g1R0nCw85jG8',
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging/src/helpers/logToFirelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
import { MessagePayloadInternal } from '../interfaces/internal-message-payload';
import { MessagingService } from '../messaging-service';

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

const FCM_TRANSPORT_KEY = _mergeStrings(
'AzSCbw63g1R0nCw85jG8',
Expand Down Expand Up @@ -214,7 +214,7 @@ function createAndEnqueueLogEvent(
/* eslint-disable camelcase */
logEvent.event_time_ms = Math.floor(Date.now()).toString();
logEvent.source_extension_json_proto3 = JSON.stringify({
messaging_client_event: fcmEvent
messaging_client_event: fcmEvent
});

if (!!productId) {
Expand Down

0 comments on commit aaa1a54

Please sign in to comment.