Skip to content

Commit

Permalink
Update membership_data.go (#11773)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored Sep 21, 2024
1 parent 888ef3d commit 1777f76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci/magician/github/membership_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ var (
startDate: newDate(2024, 4, 30, pdtLoc),
endDate: newDate(2024, 7, 31, pdtLoc),
},
{
id: "SarahFrench",
startDate: newDate(2024, 8, 2, bstLoc),
endDate: newDate(2024, 8, 6, bstLoc),
},
{
id: "shuyama1",
startDate: newDate(2024, 5, 22, pdtLoc),
Expand Down Expand Up @@ -95,5 +90,10 @@ var (
startDate: newDate(2024, 9, 13, pdtLoc),
endDate: newDate(2024, 9, 20, pdtLoc),
},
{
id: "SarahFrench",
startDate: newDate(2024, 9, 20, bstLoc),
endDate: newDate(2024, 9, 23, bstLoc),
},
}
)

0 comments on commit 1777f76

Please sign in to comment.