Changed [NAME]'s project to Example Project

This commit is contained in:
Vladyslav Matsiiako
2022-12-06 02:28:34 -05:00
parent 944cc5b32c
commit df1ade4f5f

View File

@ -106,7 +106,7 @@ const initializeDefaultOrg = async ({
// initialize a default workspace inside the new organization
const workspace = await createWorkspace({
name: `${user.firstName}'s Project`,
name: `Example Project`,
organizationId: organization._id.toString()
});