Skip to content

Commit 8974ef3

Browse files
committed
chore: regenerate
1 parent 466f89c commit 8974ef3

File tree

9 files changed

+140
-227
lines changed

9 files changed

+140
-227
lines changed

integration-tests/typescript-nextjs/src/app/page.module.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
border-radius: var(--border-radius);
5252
background: rgba(var(--card-rgb), 0);
5353
border: 1px solid rgba(var(--card-border-rgb), 0);
54-
transition: background 200ms, border 200ms;
54+
transition:
55+
background 200ms,
56+
border 200ms;
5557
}
5658

5759
.card span {

integration-tests/typescript-nextjs/src/app/todo-lists.yaml/attachments/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {_GET, _POST} from "../../../generated/todo-lists.yaml/attachments/route"
22

33
export const GET = _GET(
4-
async (respond, request) => {
4+
async (_params, respond, request) => {
55
// TODO: implementation
66
return respond.withStatus(501).body({message: "not implemented"} as any)
77
},

integration-tests/typescript-nextjs/src/generated/todo-lists.yaml/attachments/route.ts

Lines changed: 19 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/typescript-nextjs/src/generated/todo-lists.yaml/client.ts

Lines changed: 43 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)