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
{id: '1',compnayEmail: "[email protected]",companyName: 'Tech Corp',companyBio: 'Leading tech solutions provider specializing in innovative web development.',companyLogo: '/main.svg'},
27
+
{id: '2',companyEmail: "[email protected]",companyName: 'Global Solutions',companyBio: 'Global Solutions offers comprehensive IT services for businesses worldwide.',companyLogo: '/main.svg'},
28
+
{id: '3',companyEmail: '[email protected]',companyName: 'Innovatech',companyBio: 'Innovatech specializes in backend systems and cloud-based solutions.',companyLogo: '/main.svg'},
29
+
]
30
+
31
+
20
32
letjobs=[
21
33
{
22
34
id: '1',
@@ -328,6 +340,7 @@ async function seedUsers() {
328
340
password: hashedPassword,
329
341
role: u.role||Role.USER,
330
342
emailVerified: newDate(),
343
+
companyId: u.companyId
331
344
},
332
345
});
333
346
console.log(`User created or updated: ${u.email}`);
0 commit comments