forked from Mirrors/jsonapi
Fix comment.
This commit is contained in:
parent
2ce5c379b0
commit
8d89a9020f
|
@ -63,7 +63,7 @@ func (blog Blog) JSONAPIMeta() *jsonapi.Meta {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// JSONAPIRelationshipLinks implements the RelationshipMetable interface for a blog
|
// JSONAPIRelationshipMeta implements the RelationshipMetable interface for a blog
|
||||||
func (blog Blog) JSONAPIRelationshipMeta(relation string) *jsonapi.Meta {
|
func (blog Blog) JSONAPIRelationshipMeta(relation string) *jsonapi.Meta {
|
||||||
if relation == "posts" {
|
if relation == "posts" {
|
||||||
return &jsonapi.Meta{
|
return &jsonapi.Meta{
|
||||||
|
|
Loading…
Reference in New Issue