This commit is contained in:
Adria Navarro 2024-03-20 12:27:21 +01:00
parent 7c05ec3b50
commit 4844e24efe
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import type Nano from "@budibase/nano" import type Nano from "@budibase/nano"
// @ts-ignore this import is actually used // @ts-ignore this import is actually used
import type PouchDB from "pouchdb" import type PouchDB from "pouchdb-find"
import { import {
AllDocsResponse, AllDocsResponse,
AnyDocument, AnyDocument,
@ -9,7 +9,6 @@ import {
ViewTemplateOpts, ViewTemplateOpts,
} from "../" } from "../"
import { Writable } from "stream" import { Writable } from "stream"
import PouchDB from "pouchdb-find"
export enum SearchIndex { export enum SearchIndex {
ROWS = "rows", ROWS = "rows",