forked from tangled.org/core
this repo has no description

appview: fix nil assignment

Changed files
+1 -2
appview
state
+1 -2
appview/state/pull.go
···
return
}
}
}
-
-
p.PullSource.Repo = pullSourceRepo
}
identsToResolve := make([]string, len(pulls))
···
return
}
}
+
p.PullSource.Repo = pullSourceRepo
}
}
identsToResolve := make([]string, len(pulls))