File tree Expand file tree Collapse file tree
src/routes/api/specialStream Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ import type { FpEndpointResponse } from "../(live-statuses)/floatplane/+server.t
66export 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 ) ;
You can’t perform that action at this time.
0 commit comments