Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrooks authored May 11, 2024
1 parent 8fc82a7 commit 57351f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export async function submitResponseToSupabase(
console.error(`Error creating response`, { response, error });
return Error(error.message, { cause: error });
} else {
console.log('Successfully created response', response);
console.log('Successfully created response:', response);
return response;
}
}
Expand Down

0 comments on commit 57351f6

Please sign in to comment.