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
const organization = 'nodejs' // change this if you want to use a different organization
const now = DateTime.now()
const then = now.minus({ days: 7 }) // change this if you want to set a different period - you can set to weeks or months, too. Check the Luxon DateTime API.