Move NUX date (#8603)

This commit is contained in:
Samuel Newman
2025-07-04 02:30:24 +03:00
committed by GitHub
parent 1ed019bd72
commit a9469cc111
+1 -1
View File
@@ -36,7 +36,7 @@ const queuedNuxs: {
id: Nux.ActivitySubscriptions, id: Nux.ActivitySubscriptions,
enabled: ({currentProfile}) => { enabled: ({currentProfile}) => {
return isExistingUserAsOf( return isExistingUserAsOf(
'2025-07-03T00:00:00.000Z', '2025-07-07T00:00:00.000Z',
currentProfile.createdAt, currentProfile.createdAt,
) )
}, },