Make the frontend linter happy
This commit is contained in:
parent
b3c065ce80
commit
18809f811d
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -131,7 +131,7 @@
|
||||||
"activitypub"
|
"activitypub"
|
||||||
],
|
],
|
||||||
"summary": "Returns the outbox",
|
"summary": "Returns the outbox",
|
||||||
"operationId": "activitypubPersonOutbox",
|
"operationId": "activitypubRepoOutbox",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Add table
Reference in a new issue