Skip to content

Commit cf35d10

Browse files
committed
fix: fixes after rebase
1 parent 7c3152c commit cf35d10

1,894 files changed

Lines changed: 66692 additions & 29669 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {_GET} from "../../../../generated/api.github.com.yaml/advisories/[ghsa_id]/route"
1+
import { _GET } from "../../../../generated/api.github.com.yaml/advisories/[ghsa_id]/route"
22

3-
export const GET = _GET(async ({params}, respond, context) => {
3+
export const GET = _GET(async ({ params }, respond, context) => {
44
// TODO: implementation
5-
return respond.withStatus(501).body({message: "not implemented"} as any)
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
66
})
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {_GET} from "../../../generated/api.github.com.yaml/advisories/route"
1+
import { _GET } from "../../../generated/api.github.com.yaml/advisories/route"
22

3-
export const GET = _GET(async ({query}, respond, context) => {
3+
export const GET = _GET(async ({ query }, respond, context) => {
44
// TODO: implementation
5-
return respond.withStatus(501).body({message: "not implemented"} as any)
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
66
})
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {_POST} from "../../../../../generated/api.github.com.yaml/app-manifests/[code]/conversions/route"
1+
import { _POST } from "../../../../../generated/api.github.com.yaml/app-manifests/[code]/conversions/route"
22

3-
export const POST = _POST(async ({params}, respond, context) => {
3+
export const POST = _POST(async ({ params }, respond, context) => {
44
// TODO: implementation
5-
return respond.withStatus(501).body({message: "not implemented"} as any)
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
66
})

integration-tests/typescript-nextjs/src/app/api.github.com.yaml/app/hook/config/route.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import {
55

66
export const GET = _GET(async ({}, respond, context) => {
77
// TODO: implementation
8-
return respond.withStatus(501).body({message: "not implemented"} as any)
8+
return respond.withStatus(501).body({ message: "not implemented" } as any)
99
})
10-
export const PATCH = _PATCH(async ({body}, respond, context) => {
10+
export const PATCH = _PATCH(async ({ body }, respond, context) => {
1111
// TODO: implementation
12-
return respond.withStatus(501).body({message: "not implemented"} as any)
12+
return respond.withStatus(501).body({ message: "not implemented" } as any)
1313
})
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {_POST} from "../../../../../../../generated/api.github.com.yaml/app/hook/deliveries/[delivery_id]/attempts/route"
1+
import { _POST } from "../../../../../../../generated/api.github.com.yaml/app/hook/deliveries/[delivery_id]/attempts/route"
22

3-
export const POST = _POST(async ({params}, respond, context) => {
3+
export const POST = _POST(async ({ params }, respond, context) => {
44
// TODO: implementation
5-
return respond.withStatus(501).body({message: "not implemented"} as any)
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
66
})
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {_GET} from "../../../../../../generated/api.github.com.yaml/app/hook/deliveries/[delivery_id]/route"
1+
import { _GET } from "../../../../../../generated/api.github.com.yaml/app/hook/deliveries/[delivery_id]/route"
22

3-
export const GET = _GET(async ({params}, respond, context) => {
3+
export const GET = _GET(async ({ params }, respond, context) => {
44
// TODO: implementation
5-
return respond.withStatus(501).body({message: "not implemented"} as any)
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
66
})
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {_GET} from "../../../../../generated/api.github.com.yaml/app/hook/deliveries/route"
1+
import { _GET } from "../../../../../generated/api.github.com.yaml/app/hook/deliveries/route"
22

3-
export const GET = _GET(async ({query}, respond, context) => {
3+
export const GET = _GET(async ({ query }, respond, context) => {
44
// TODO: implementation
5-
return respond.withStatus(501).body({message: "not implemented"} as any)
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
66
})
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {_GET} from "../../../../generated/api.github.com.yaml/app/installation-requests/route"
1+
import { _GET } from "../../../../generated/api.github.com.yaml/app/installation-requests/route"
22

3-
export const GET = _GET(async ({query}, respond, context) => {
3+
export const GET = _GET(async ({ query }, respond, context) => {
44
// TODO: implementation
5-
return respond.withStatus(501).body({message: "not implemented"} as any)
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
66
})
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {_POST} from "../../../../../../generated/api.github.com.yaml/app/installations/[installation_id]/access_tokens/route"
1+
import { _POST } from "../../../../../../generated/api.github.com.yaml/app/installations/[installation_id]/access_tokens/route"
22

3-
export const POST = _POST(async ({params, body}, respond, context) => {
3+
export const POST = _POST(async ({ params, body }, respond, context) => {
44
// TODO: implementation
5-
return respond.withStatus(501).body({message: "not implemented"} as any)
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
66
})
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import {
2-
_DELETE,
32
_GET,
3+
_DELETE,
44
} from "../../../../../generated/api.github.com.yaml/app/installations/[installation_id]/route"
55

6-
export const GET = _GET(async ({params}, respond, context) => {
6+
export const GET = _GET(async ({ params }, respond, context) => {
77
// TODO: implementation
8-
return respond.withStatus(501).body({message: "not implemented"} as any)
8+
return respond.withStatus(501).body({ message: "not implemented" } as any)
99
})
10-
export const DELETE = _DELETE(async ({params}, respond, context) => {
10+
export const DELETE = _DELETE(async ({ params }, respond, context) => {
1111
// TODO: implementation
12-
return respond.withStatus(501).body({message: "not implemented"} as any)
12+
return respond.withStatus(501).body({ message: "not implemented" } as any)
1313
})

0 commit comments

Comments
 (0)