From e6692711955820710885cbafba5d4a39b33a54f6 Mon Sep 17 00:00:00 2001 From: Sarah French <15078782+SarahFrench@users.noreply.github.com> Date: Sat, 21 Sep 2024 15:31:51 +0100 Subject: [PATCH] Update membership_data.go (#11773) --- .ci/magician/github/membership_data.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci/magician/github/membership_data.go b/.ci/magician/github/membership_data.go index fb71bfed3987..5c1ac2d5d024 100644 --- a/.ci/magician/github/membership_data.go +++ b/.ci/magician/github/membership_data.go @@ -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), @@ -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), + }, } )