Skip to content

Commit

Permalink
Update cap table
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalshah19 committed Jul 17, 2024
1 parent 22c3016 commit 6ecc070
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions cap_table.json
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
{
"name": "Public Inventor",
"dateCreated": "2024-01-01T00:00:00.000Z",
"table": [
{
"timestamp": "2024-01-01T12:00:00.000Z",
"name": "Prajwal Shah",
"username": "pshah",
"shares": 1000
},
{
"timestamp": "2024-01-02T15:30:00.000Z",
"name": "Robert Read",
"username": "rread",
"shares": 1700
}
]
}

{"name":"Public Inventor","table":[{"timestamp":"2024-01-01T12:00:00.000Z","name":"Prajwal Shah","username":"pshah","shares":1000},{"timestamp":"2024-01-02T15:30:00.000Z","name":"Robert Read","username":"rread","shares":1700},{"timestamp":"2024-07-17T23:07:24.748Z","name":"Christina Cole","username":"ccole","shares":1500}]}

0 comments on commit 6ecc070

Please sign in to comment.