Skip to content

Commit

Permalink
fix: subjects relation string
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Mar 23, 2022
1 parent 94e086c commit 5d9859b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subject/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (s service) GetSubjectRelated(

for i, rel := range relations {
results[i].Destination = subjects[rel.DestinationID]
results[i].TypeID = rel.TypeID
}

return results, nil
Expand Down

0 comments on commit 5d9859b

Please sign in to comment.