mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
JS: Change type of a parameter
This commit is contained in:
@@ -830,7 +830,7 @@ module Redux {
|
||||
/**
|
||||
* Holds if `pred -> succ` is step from an action creation to its use in a reducer function.
|
||||
*/
|
||||
predicate actionToReducerStep(DataFlow::Node pred, DataFlow::SourceNode succ) {
|
||||
predicate actionToReducerStep(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
// Actions created by an action creator library
|
||||
exists(ActionCreator action |
|
||||
exists(DataFlow::CallNode call | call = action.ref().getACall() |
|
||||
|
||||
Reference in New Issue
Block a user