Skip to content

Commit

Permalink
clarify debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Leong committed Jan 16, 2025
1 parent fa2fbb4 commit 075852c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const FindAllChatDocuments = async (
.fetchAll();

if (resources) {
if (debug) console.log("FindAllChatDocuments: Documents found.");
if (debug) console.log(`FindAllChatDocuments: ${resources.length} Documents found.`);
return {
status: "OK",
response: resources,
Expand Down

0 comments on commit 075852c

Please sign in to comment.