Skip to content

Commit

Permalink
Merge pull request #609 from bmgalego/fix-knowledge-export
Browse files Browse the repository at this point in the history
fix: knowledge module exporting process
  • Loading branch information
shakkernerd authored Nov 26, 2024
2 parents 63ab897 + d00822e commit c9ffcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/knowledge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ export function preprocess(content: string): string {
export default {
get,
set,
process,
preprocess,
};

0 comments on commit c9ffcd8

Please sign in to comment.