Skip to content

Commit 0fe123b

Browse files
authored
Bug: fix function name in async loading (#877)
1 parent 0cb0f49 commit 0fe123b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/live_debugger/app/debugger/async_jobs/components.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule LiveDebugger.App.Debugger.AsyncJobs.Components do
4242
end
4343

4444
defp async_job_subtitle(%AsyncJob.StartAsync{}), do: "start_async/3"
45-
defp async_job_subtitle(%AsyncJob.AsyncAssign{}), do: "assign/3"
45+
defp async_job_subtitle(%AsyncJob.AsyncAssign{}), do: "assign_async/3"
4646

4747
defp identifier(async_job) do
4848
async_job

0 commit comments

Comments
 (0)