Skip to content

Commit 213d8c4

Browse files
author
alxndrsn
committed
Revert "lint"
This reverts commit f889598.
1 parent dd62ea2 commit 213d8c4

File tree

1 file changed

+4
-1
lines changed
  • packages/node_modules/pouchdb-adapter-indexeddb/src

1 file changed

+4
-1
lines changed

packages/node_modules/pouchdb-adapter-indexeddb/src/getLocal.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
import { createError, MISSING_DOC } from 'pouchdb-errors';
44

5-
import { META_LOCAL_STORE } from './util';
5+
import { META_LOCAL_STORE, processAttachment } from './util';
6+
7+
// _getLocal() doesn't know if opts.binary is set or not, so assume it's not.
8+
const BINARY_ATTACHMENTS = false;
69

710
export default function (txn, id, api, callback) {
811
if (txn.error) {

0 commit comments

Comments
 (0)