Skip to content

Commit f56e964

Browse files
committed
fix import
1 parent f845476 commit f56e964

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/vectorshift/actions/add-data-to-knowledge-base/add-data-to-knowledge-base.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {
2-
DATA_TYPE_OPTIONS, RESCRAPE_FRANQUENCY_OPTIONS,
2+
DATA_TYPE_OPTIONS, RESCRAPE_FREQUENCY_OPTIONS,
33
} from "../../common/constants.mjs";
44
import vectorshift from "../../vectorshift.app.mjs";
55

@@ -46,7 +46,7 @@ export default {
4646
type: "string",
4747
label: "Rescrape Frequency",
4848
description: "The frequency to rescrape the URL",
49-
options: RESCRAPE_FRANQUENCY_OPTIONS,
49+
options: RESCRAPE_FREQUENCY_OPTIONS,
5050
optional: true,
5151
hidden: true,
5252
},

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)