Skip to content

Commit

Permalink
Merge pull request #62 from diggerhq/feat/create-project
Browse files Browse the repository at this point in the history
add log message for project creation
  • Loading branch information
motatoes authored Oct 14, 2024
2 parents b3b0073 + f68acdd commit ee984ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/user/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export const createProjectAction = async ({


if (error) {
console.log(`could not create project ${name} for org ID: ${organizationId}`, error);
return {
status: 'error',
message: error.message,
Expand Down

0 comments on commit ee984ff

Please sign in to comment.