mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +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);
|
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