Skip to content

Commit eae96af

Browse files
committed
fix knowledge exporting process
1 parent 8b9ac4e commit eae96af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/knowledge.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ export function preprocess(content: string): string {
116116
export default {
117117
get,
118118
set,
119-
process,
119+
preprocess,
120120
};

0 commit comments

Comments
 (0)