Skip to content

Commit 2e20abc

Browse files
committed
Undo error from previous commit
Oops, now I see why that wasn't private
1 parent 294f34b commit 2e20abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/extraction/ExtractEndpointDataTraining.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ query predicate reformattedTrainingEndpoints(
206206
* Gets the ATM data flow configuration for the specified query.
207207
* TODO: Delete this once we are no longer surfacing `hasFlowFromSource`.
208208
*/
209-
private DataFlow::Configuration getDataFlowCfg(Query query) {
209+
DataFlow::Configuration getDataFlowCfg(Query query) {
210210
query instanceof NosqlInjectionQuery and
211211
result instanceof NosqlInjectionAtm::NosqlInjectionAtmConfig
212212
or

0 commit comments

Comments
 (0)