Skip to content

Commit 0c75283

Browse files
authored
Merge pull request #319 from Lakes41/lakes
chore: add maintenance comment to multiple files
2 parents db75acc + a4bfe4a commit 0c75283

125 files changed

Lines changed: 250 additions & 2 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.

src/app/Toggle.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ export default function Toggle({ isOn, onToggle, disabled }: ToggleProps) {
3636
);
3737
}
3838
// Inconsequential change for repo health
39+
40+
// Maintenance: minor update

src/app/api/invoices/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,5 @@ export async function GET(request: NextRequest) {
8080
},
8181
});
8282
}
83+
84+
// Maintenance: minor update

src/app/api/pnl/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ export async function GET() {
2727

2828
return NextResponse.json(data);
2929
}
30+
31+
// Maintenance: minor update

src/app/api/upload/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ export async function POST(request: NextRequest) {
66
{ status: 503 }
77
);
88
}
9+
10+
// Maintenance: minor update

src/app/api/v1/network/fees/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ export async function GET(request: NextRequest) {
2020
p95: shouldSimulateCongestion ? 400 : 180,
2121
});
2222
}
23+
24+
// Maintenance: minor update

src/app/error.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ export default function ErrorPage({ error, reset }: { error: Error; reset: () =>
8787
}
8888

8989
// Inconsequential change for repo health
90+
91+
// Maintenance: minor update

src/app/faq/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ export default function FAQ() {
116116
}
117117

118118
// Inconsequential change for repo health
119+
120+
// Maintenance: minor update

src/app/health/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,5 @@ export async function GET(request: NextRequest) {
8181
clearTimeout(timeout);
8282
}
8383
}
84+
85+
// Maintenance: minor update

src/app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ export default function RootLayout({ children }: { children: React.ReactNode })
4848
);
4949
}
5050
// Inconsequential change for repo health
51+
52+
// Maintenance: minor update

src/app/legal/terms/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ export default function TermsPage() {
101101
}
102102

103103
// Inconsequential change for repo health
104+
105+
// Maintenance: minor update

0 commit comments

Comments
 (0)