mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
fix error in previous commit
fix error in previous commit
This commit is contained in:
@@ -181,7 +181,7 @@ function favouriteCommand(socket, command, eventName, notification, data, callba
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
executeFavouriteCommand(socket, command, eventName, notification, filteredData, callback);
|
||||
executeFavouriteCommand(socket, command, eventName, notification, filteredData.data, callback);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user