Skip to content

Commit e99aaac

Browse files
committed
i can remove this
1 parent 3a9c7ba commit e99aaac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/routes/api/specialStream/+server.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import type { FpEndpointResponse } from "../(live-statuses)/floatplane/+server.t
66
export const GET = (async ({fetch}) => {
77
// In the future this will be from a database, but this will be fine for now. (update a year later: heh)
88

9-
const data: SpecialStream | false = Date.now() > 1742608091103 ? {
9+
10+
const data: SpecialStream | false = /*Date.now() > 1742608091103 ? {
1011
title: "Derpy Dinos - Streams with Sarah FP Exclusive",
1112
thumbnail: "https://pbs.floatplane.com/stream_thumbnails/5c13f3c006f1be15e08e05c0/690027088370846_1743099965628.jpeg",
1213
@@ -19,7 +20,7 @@ export const GET = (async ({fetch}) => {
1920
// twitchNotes: "first half",
2021
2122
onYoutube: false
22-
} : false //false;
23+
} :*/ false as SpecialStream | false;
2324

2425
if(!data) {
2526
return json(data);

0 commit comments

Comments
 (0)