We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff3813 commit 473ced7Copy full SHA for 473ced7
1 file changed
src/handlers/intrascores.ts
@@ -78,7 +78,7 @@ const createIntraScore = async function(prisma: PrismaClient, api: Fast42, score
78
}
79
});
80
if (!post.ok) {
81
- throw new Error(`Failed to create Intra score, HTTP status ${post.status} ${post.statusText}`);
+ throw new Error(`Failed to create Intra score for CodamCoalitionScore ${score.id}, HTTP status ${post.status} ${post.statusText}`);
82
83
try {
84
const postBody = await post.json();
0 commit comments