We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf2855 commit d06772bCopy full SHA for d06772b
routers/api/v1/activitypub/person.go
@@ -93,6 +93,7 @@ func Person(ctx *context.APIContext) {
93
binary, err = json.Marshal(jsonmap)
94
if err != nil {
95
ctx.Error(http.StatusInternalServerError, "Marshal", err)
96
+ return
97
}
98
if _, err = ctx.Resp.Write(binary); err != nil {
99
log.Error("write to resp err: %v", err)
0 commit comments