Skip to content

Commit

Permalink
refactor:rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 22, 2023
1 parent c3d1b50 commit b504af6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class WorkflowDataContextRepository(project: Project) {
requestExecutor.addListener(singleRunDataLoader) {
singleRunDataLoader.invalidateAllData()
}
val listLoader = WorkflowRunListLoader(
val runsLoader = WorkflowRunListLoader(
disposable,
requestExecutor,
repositoryCoordinates,
Expand All @@ -110,7 +110,7 @@ class WorkflowDataContextRepository(project: Project) {
toolWindow.project,
account,
singleRunDataLoader,
listLoader,
runsLoader,
repositoryMapping,
requestExecutor,
)
Expand Down

0 comments on commit b504af6

Please sign in to comment.