Update ysws.ts

This commit is contained in:
Nathan 2026-02-18 12:30:03 -05:00
parent 11cf5e632b
commit fda4c1a5ca

View file

@ -1,6 +1,6 @@
import { config } from '../config'
const YSWS_API_URL = 'https://joe.fraud.hackclub.com/api/v1/ysws/events/new-ui-api'
const YSWS_API_URL = 'https://joe.fraud.hackclub.com/api/v1/ysws/events/ysws-scraps'
async function lookupHackatimeId(email: string): Promise<number | null> {
if (!config.hackatimeAdminKey) return null