Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed May 9, 2019
1 parent 8599a1e commit bb31fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile_files/yarn.lock
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/react-native-status/desktop/rctstatus.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit bb31fe5

Please sign in to comment.