Skip to content

Commit

Permalink
add more ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Oct 14, 2024
1 parent 1485a99 commit f68acdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/user/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const createProjectAction = async ({


if (error) {
console.log(`could not create project: ${organizationId}`, 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 f68acdd

Please sign in to comment.