diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-28 16:53:12 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-28 16:53:12 +0100 |
| commit | 3807c89c02716e945f3f499c87de7482242ee90a (patch) | |
| tree | ce5ec44da983ac7b795e70466da5ca4260c6a01e /src/data | |
| parent | fb0a87fcd7479532df151a358d00a3e26a82039a (diff) | |
Marks Bleiman as an Ordinary Member
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/committee.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index 614a11d..e8e41a2 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -25,7 +25,7 @@ const committee: CommitteeMember[] = [ }, { name: 'David Bleiman', - roles: [], + roles: [CommitteeRole.OrdinaryMember], bio: { sco: ` David bides i Cramond on the Embro Riviera. He is a makar, an is the winner |
