Test position field 2

pull/403/head
Rebecca-Chou 1 year ago
parent fe3358d9ae
commit f96d776259
  1. 2
      lib/members.ts

@ -33,7 +33,7 @@ export async function getMembers(year: string, term: Term): Promise<Member[]> {
return {
name: item.cn as string,
id: item.uid as string,
program: item.position === undefined ? "" : (item.program as string),
program: item.position === undefined ? "" : (item.position as string),
// Test position field
};
})

Loading…
Cancel
Save