Make the frontend linter happy

This commit is contained in:
Gusted 2022-08-22 18:29:08 +02:00
parent b3c065ce80
commit 18809f811d
No known key found for this signature in database
GPG Key ID: FD821B732837125F
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ func RepoInbox(ctx *context.APIContext) {
// RepoOutbox function returns the repo's Outbox OrderedCollection // RepoOutbox function returns the repo's Outbox OrderedCollection
func RepoOutbox(ctx *context.APIContext) { 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 // summary: Returns the outbox
// produces: // produces:

View File

@ -131,7 +131,7 @@
"activitypub" "activitypub"
], ],
"summary": "Returns the outbox", "summary": "Returns the outbox",
"operationId": "activitypubPersonOutbox", "operationId": "activitypubRepoOutbox",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",