Is your feature request related to a problem? Please describe.
Right now in server\src\service-layer\controllers\AdminController.ts the editEvent method does not properly parse the timestamps, see the following example:
sign_up_start_date: new Timestamp(
body.data.sign_up_start_date.seconds,
body.data.sign_up_start_date.nanoseconds
),
Is your feature request related to a problem? Please describe.
Right now in
server\src\service-layer\controllers\AdminController.ts
theeditEvent
method does not properly parse the timestamps, see the following example:is how it should be done
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)