Skip to content

Commit

Permalink
fix: change server push api (superman66#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
superman66 authored Aug 21, 2024
1 parent b259d8e commit 5c7e7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Axios = require('axios')
const { WAKATIME_API_KEY, GH_TOKEN, GIST_ID, SCU_KEY } = process.env
const BASE_URL = 'https://wakatime.com/api/v1'
const summariesApi = `${BASE_URL}/users/current/summaries`
const scuPushApi = `https://sc.ftqq.com`
const scuPushApi = `https://sctapi.ftqq.com`

const wakatime = new WakaTimeClient(WAKATIME_API_KEY)
const octokit = new Octokit({
Expand Down

0 comments on commit 5c7e7df

Please sign in to comment.