Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahetter committed Dec 7, 2024
1 parent 3f9cdb3 commit 4a8d33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export interface Account {
name: string
slug: string
type: string
capabilities: Record<string, {included: string, used: string}>
capabilities: Record<string, { included: string; used: string }>
billing_name: string
billing_email: string
billing_details: string
Expand Down

0 comments on commit 4a8d33a

Please sign in to comment.