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

appview: db/issues: set `IssueId` on `GetIssue`

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

boltless.me d3b193bb 171488e2

verified
Changed files
+1
appview
+1
appview/db/issues.go
··· 341 341 342 342 var issue Issue 343 343 var createdAt string 344 + issue.IssueId = issueId 344 345 err := row.Scan(&issue.ID, &issue.OwnerDid, &issue.Rkey, &createdAt, &issue.Title, &issue.Body, &issue.Open) 345 346 if err != nil { 346 347 return nil, err