We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9dba9f commit bfd0100Copy full SHA for bfd0100
lib/mix/tasks/ash_postgres.install.ex
@@ -169,7 +169,6 @@ if Code.ensure_loaded?(Igniter) do
169
"""
170
if config_env() == :prod do
171
__cursor__()
172
-
173
end
174
""",
175
@@ -179,6 +178,8 @@ if Code.ensure_loaded?(Igniter) do
179
178
180
]
181
+ zipper = zipper |> Sourceror.Zipper.up() |> Sourceror.Zipper.down()
182
+
183
zipper
184
|> Igniter.Code.Common.move_to_cursor_match_in_scope(patterns)
185
|> case do
0 commit comments