Skip to content

Commit ad6e0f6

Browse files
committed
add lastUpdateID
1 parent 133adf5 commit ad6e0f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/Notification/PushNotification/subscribeToPushNotifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Onyx.connect({
5252
});
5353

5454
function applyOnyxData({reportID, onyxData, lastUpdateID, previousUpdateID, hasPendingOnyxUpdates = false}: PushNotificationData): Promise<void> {
55-
Log.info(`[PushNotification] Applying onyx data in the ${Visibility.isVisible() ? 'foreground' : 'background'}`, false, {reportID});
55+
Log.info(`[PushNotification] Applying onyx data in the ${Visibility.isVisible() ? 'foreground' : 'background'}`, false, {reportID, lastUpdateID});
5656

5757
const logMissingOnyxDataInfo = (isDataMissing: boolean): boolean => {
5858
if (isDataMissing) {

0 commit comments

Comments
 (0)