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
Once the project reaches certain level of maturity, we should stop sending unused data from the backend (which we get from Google Calendar API), especially since it may contain email addresses. I'd suggest using _.pick(object, *keys).
The text was updated successfully, but these errors were encountered:
Once the project reaches certain level of maturity, we should stop sending unused data from the backend (which we get from Google Calendar API), especially since it may contain email addresses. I'd suggest using
_.pick(object, *keys)
.The text was updated successfully, but these errors were encountered: