tangled
alpha
login
or
join now
tangled.org
/
core
Monorepo for Tangled
tangled.org
585
fork
atom
overview
issues
157
pulls
34
pipelines
appview: fix nil assignment
anirudh.fi
9 months ago
e37f688d
09c05893
options
unified
split
Changed files
+1
-2
appview
state
pull.go
+1
-2
appview/state/pull.go
···
372
372
return
373
373
}
374
374
}
375
375
+
p.PullSource.Repo = pullSourceRepo
375
376
}
376
376
-
377
377
-
p.PullSource.Repo = pullSourceRepo
378
377
}
379
378
380
379
identsToResolve := make([]string, len(pulls))