Monorepo for Tangled — https://tangled.org

appview/notify: fix entityType in NewIssueState notification

Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>

+1 -1
+1 -1
appview/notify/db/db.go
··· 375 375 recipients.Insert(syntax.DID(p)) 376 376 } 377 377 378 - entityType := "pull" 378 + entityType := "issue" 379 379 entityId := issue.AtUri().String() 380 380 repoId := &issue.Repo.Id 381 381 issueId := &issue.Id