fix: admin users
Deploy banu-front / deploy (push) Failing after 16s

This commit is contained in:
sajjadtalkhabi
2026-06-10 20:55:54 +03:30
parent b8ccbcc030
commit b9fa65b84f
51 changed files with 373 additions and 255 deletions
+1 -1
View File
@@ -78,6 +78,7 @@ const makeUser = (i, overrides = {}) => {
avatarUrl: '',
avatarDownloadUrl: '',
createdAt: new Date(Date.now() - i * 86_400_000).toISOString(),
birthday: new Date(1990, i % 12, ((i * 3) % 27) + 1).toISOString(),
// --- ui-only (pending backend) ---
firstName,
@@ -94,7 +95,6 @@ const makeUser = (i, overrides = {}) => {
},
profile: {
bio: '',
birthDate: new Date(1990, i % 12, ((i * 3) % 27) + 1).toISOString(),
maritalStatus: i % 2 ? 'single' : 'married',
gender: i % 2 ? 'female' : 'male',
},