Lint
This commit is contained in:
parent
7c05ec3b50
commit
4844e24efe
|
@ -1,6 +1,6 @@
|
|||
import type Nano from "@budibase/nano"
|
||||
// @ts-ignore this import is actually used
|
||||
import type PouchDB from "pouchdb"
|
||||
import type PouchDB from "pouchdb-find"
|
||||
import {
|
||||
AllDocsResponse,
|
||||
AnyDocument,
|
||||
|
@ -9,7 +9,6 @@ import {
|
|||
ViewTemplateOpts,
|
||||
} from "../"
|
||||
import { Writable } from "stream"
|
||||
import PouchDB from "pouchdb-find"
|
||||
|
||||
export enum SearchIndex {
|
||||
ROWS = "rows",
|
||||
|
|
Loading…
Reference in New Issue