forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

appview: minor fixes

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 061435fe d36ee5d6

verified
Changed files
+1 -2
appview
db
issues
+1 -1
appview/db/issues.go
··· 63 64 return Issue{ 65 RepoAt: syntax.ATURI(record.Repo), 66 - OwnerDid: record.Owner, 67 Rkey: rkey, 68 Created: created, 69 Title: record.Title,
··· 63 64 return Issue{ 65 RepoAt: syntax.ATURI(record.Repo), 66 + OwnerDid: did, 67 Rkey: rkey, 68 Created: created, 69 Title: record.Title,
-1
appview/issues/issues.go
··· 686 Repo: atUri, 687 Title: title, 688 Body: &body, 689 - Owner: user.Did, 690 }, 691 }, 692 })
··· 686 Repo: atUri, 687 Title: title, 688 Body: &body, 689 }, 690 }, 691 })