tangled
alpha
login
or
join now
tangled.org
/
core
721
fork
atom
Monorepo for Tangled
tangled.org
721
fork
atom
overview
issues
183
pulls
56
pipelines
appview: minor fixes
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
6 months ago
061435fe
d36ee5d6
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
0/3
build.yml
failed
4s
fmt.yml
failed
4s
test.yml
failed
4s
+1
-2
2 changed files
expand all
collapse all
unified
split
appview
db
issues.go
issues
issues.go
+1
-1
appview/db/issues.go
···
63
63
64
64
return Issue{
65
65
RepoAt: syntax.ATURI(record.Repo),
66
66
-
OwnerDid: record.Owner,
66
66
+
OwnerDid: did,
67
67
Rkey: rkey,
68
68
Created: created,
69
69
Title: record.Title,
-1
appview/issues/issues.go
···
686
686
Repo: atUri,
687
687
Title: title,
688
688
Body: &body,
689
689
-
Owner: user.Did,
690
689
},
691
690
},
692
691
})