Make the frontend linter happy
parent
b3c065ce80
commit
18809f811d
|
@ -161,7 +161,7 @@ func RepoInbox(ctx *context.APIContext) {
|
|||
|
||||
// RepoOutbox function returns the repo's Outbox OrderedCollection
|
||||
func RepoOutbox(ctx *context.APIContext) {
|
||||
// swagger:operation GET /activitypub/repo/{username}/{reponame}/outbox activitypub activitypubPersonOutbox
|
||||
// swagger:operation GET /activitypub/repo/{username}/{reponame}/outbox activitypub activitypubRepoOutbox
|
||||
// ---
|
||||
// summary: Returns the outbox
|
||||
// produces:
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
"activitypub"
|
||||
],
|
||||
"summary": "Returns the outbox",
|
||||
"operationId": "activitypubPersonOutbox",
|
||||
"operationId": "activitypubRepoOutbox",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in New Issue