We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34583e6 commit a29fd96Copy full SHA for a29fd96
1 file changed
app/models/patient_import.rb
@@ -80,6 +80,12 @@ def process!
80
81
review_changesets =
82
if Flipper.enabled?(:pds) && Flipper.enabled?(:pds_search_during_import)
83
+ # TODO: I don't think this makes sense because if we're here and if
84
+ # there were any `changesets.with_postcode` then we would've
85
+ # returned early on line 72.
86
+ # Unless it's a way of avoiding queuing up jobs for
87
+ # `changesets.without_postcode` because that would've already
88
+ # happened in the block starting on line 55
89
changesets.with_postcode
90
else
91
changesets
0 commit comments