Skip to content

Commit

Permalink
Update JD-in-one.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anker1209 authored Jan 26, 2021
1 parent 82c277a commit c793786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/JD-in-one.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ let timerKeys = []
let latelyDays = []
let isSign = await cache()
let CACHE_KEY = "cache_jd_" + userID
Keychain.remove(CACHE_KEY)
// Keychain.remove(CACHE_KEY)
const chartTextColor = Color.dynamic(new Color("000000", 1), new Color("ffffff", 1))
const packageData = await getPackageData()
const packageNum = packageData.dealLogList.length
Expand Down

0 comments on commit c793786

Please sign in to comment.