Skip to content

Commit

Permalink
fix: remove unused properties from account object in App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertJulio committed Feb 21, 2025
1 parent 91e7712 commit 8d08391
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,14 @@
client_id: clientId,
email,
name,
company_name: companyName,
kind: accountType,
full_name: fullName,
status
} = accountStore.account
const defaultTraits = {
client_id: clientId,
email,
client_name: fullName,
account_id: accountId,
account_company_name: companyName,
account_name: name,
account_type: accountType,
client_status: status
Expand Down

0 comments on commit 8d08391

Please sign in to comment.