From bb31fe54265f8bc63962ebfdc4d686d55e7ddc1a Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Thu, 9 May 2019 13:13:49 +0300 Subject: [PATCH] fix --- mobile_files/yarn.lock | 2 +- modules/react-native-status/desktop/rctstatus.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile_files/yarn.lock b/mobile_files/yarn.lock index 45a07b39d19c..dedf28144530 100644 --- a/mobile_files/yarn.lock +++ b/mobile_files/yarn.lock @@ -5529,7 +5529,7 @@ react-native-languages@^3.0.2: "react-native-mail@git+https://github.com/status-im/react-native-mail.git#v3.0.7_status": version "3.0.7" - resolved "git+https://github.com/status-im/react-native-mail.git#9c002e9c178970786404f8ce34ba9b26c50ec6c0" + resolved "git+https://github.com/status-im/react-native-mail.git#5dd2d4e92fa696a9dd0efebdc530df22772326fe" "react-native-os@git+https://github.com/status-im/react-native-os.git#v1.1.0-1-status": version "1.1.0" diff --git a/modules/react-native-status/desktop/rctstatus.cpp b/modules/react-native-status/desktop/rctstatus.cpp index 64170093c16f..2c5b38be22be 100644 --- a/modules/react-native-status/desktop/rctstatus.cpp +++ b/modules/react-native-status/desktop/rctstatus.cpp @@ -201,7 +201,7 @@ void showFileInGraphicalShell(QWidget *parent, const QFileInfo &fileInfo) #endif } -void RCTStatus::sendLogs(QString dbJSON) { +void RCTStatus::sendLogs(QString dbJSON, double callbackId) { Q_D(RCTStatus); qCDebug(RCTSTATUS) << "::sendLogs call - logFilePath:" << getLogFilePath()