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 82c2f76 commit d683b89Copy full SHA for d683b89
lib/live_debugger/app/debugger/async_jobs/components.ex
@@ -42,7 +42,7 @@ defmodule LiveDebugger.App.Debugger.AsyncJobs.Components do
42
end
43
44
defp async_job_subtitle(%AsyncJob.StartAsync{}), do: "start_async/3"
45
- defp async_job_subtitle(%AsyncJob.AsyncAssign{}), do: "assign/3"
+ defp async_job_subtitle(%AsyncJob.AsyncAssign{}), do: "assign_async/3"
46
47
defp identifier(async_job) do
48
async_job
0 commit comments