Skip to content

Commit

Permalink
docs(team): fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jan 10, 2024
1 parent 62bc868 commit 834c91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/store/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import team from '@/data/team.json'

export type Member = {
discord?: string
focus: string[]
focus?: string[]
funding?: string[]
languages: string[]
linkedin?: string
Expand Down

0 comments on commit 834c91d

Please # to comment.