Skip to content

Commit

Permalink
fix: use correct value for cf account id
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 13, 2024
1 parent 7f8046f commit 964f503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export async function linkCloudflareAccount(team, retry = false) {
options: cfAccounts
})
} else {
accountId = cfAccounts[0].id
accountId = cfAccounts[0].value
}
if (isCancel(accountId)) return null

Expand Down

0 comments on commit 964f503

Please sign in to comment.