Skip to content

Commit

Permalink
Merge pull request #25 from IJNKAWAKAZE/singer233-patch-1
Browse files Browse the repository at this point in the history
更新 arknights_utils.go
  • Loading branch information
IJNKAWAKAZE authored Jul 11, 2024
2 parents 9f9a72e + a87421a commit 032915a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/arknights_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ func updateData() {
if !DataNeedUpdate {
return
}
// 重置
recruitOperatorList = nil

//operators
operatorsJson := RedisGet("operatorList")
json.Unmarshal([]byte(operatorsJson), &operators)
Expand Down

0 comments on commit 032915a

Please sign in to comment.