Skip to content

Commit

Permalink
chore: log refreshed
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarforever committed Mar 8, 2024
1 parent 1b92825 commit 41d23fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/knowledgebases/[id].delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const deleteKnowledgeBase = async (

return deletedKnowledgeBase;
} catch (error) {
console.error(`Error fetching knowledge base with id ${id}:`, error);
console.error(`Error deleting knowledge base with id ${id}:`, error);
return null;
}
};
Expand Down

0 comments on commit 41d23fb

Please sign in to comment.