mirror of
https://github.com/System-End/scraps.git
synced 2026-04-20 00:25:18 +00:00
Update ysws.ts
This commit is contained in:
parent
11cf5e632b
commit
fda4c1a5ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue