chore: Update .gitignore and add .idea folder, update npm dependencies, and improve code logic for chat history and knowledge export/import
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
export const isGoogleDocs = (url: string) => {
|
||||
const GOOGLE_DOCS_REGEX = /docs\.google\.com\/document/g
|
||||
return GOOGLE_DOCS_REGEX.test(url)
|
||||
const GOOGLE_DOCS_REGEX = /docs\.google\.com\/document/g
|
||||
return GOOGLE_DOCS_REGEX.test(url)
|
||||
}
|
||||
|
||||
const getGoogleDocs = () => {
|
||||
@@ -114,6 +113,6 @@ export const parseGoogleDocs = async () => {
|
||||
}>
|
||||
|
||||
const { content } = await result
|
||||
|
||||
|
||||
return content
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user