Skip to content

Commit

Permalink
fix: data fetch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daidr committed Oct 6, 2022
1 parent 0627808 commit 2bbd4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ async function getRoleDataByCookie(oversea: boolean, cookie: string, role_id: st

// 补全 url query
const params = {
asource: 'paimon',
server: serverRegion,
role_id,
asource: 'paimon',
}

for (const [key, value] of Object.entries(params))
Expand Down

0 comments on commit 2bbd4ae

Please sign in to comment.