You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
)The text was updated successfully, but these errors were encountered: