Skip to content

Commit

Permalink
chore: rm unused json field
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingwes committed Jan 31, 2024
1 parent 0c9a75e commit 8ac971c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion site/src/content/enabler/anthony-housefather.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "Anthony Housefather",
"bio": "Canadian Federal Member of Parliament",
"playDurationSeconds": 10,
"image": "https://pbs.twimg.com/profile_images/1557520337780211713/jYIi7EbS_400x400.jpg",
"posts": [
{
Expand Down
1 change: 0 additions & 1 deletion site/src/content/enabler/scott-aitchison.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "Scott Aitchison",
"bio": "Canadian Federal Member of Parliament",
"playDurationSeconds": 10,
"image": "https://pbs.twimg.com/profile_images/1462652146067857413/9hxJ7epE_400x400.jpg",
"posts": [
{
Expand Down
1 change: 0 additions & 1 deletion site/src/content/enabler/tal-broda.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "Tal Broda",
"bio": "Head of Research Platform at OpenAI",
"playDurationSeconds": 20,
"image": "https://pbs.twimg.com/profile_images/1599598218047881216/U45uXUkS_400x400.jpg",
"posts": [
{
Expand Down
1 change: 0 additions & 1 deletion site/src/schemas/enabler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export const enablerSchema = z.object({
name: z.string(),
bio: z.string(),
image: z.string().optional(),
playDurationSeconds: z.number().optional(),
posts: z.array(
z.object({
type: z.enum(["twitter"]),
Expand Down

0 comments on commit 8ac971c

Please sign in to comment.