Skip to content

Commit

Permalink
Revert "lint"
Browse files Browse the repository at this point in the history
This reverts commit f889598.
  • Loading branch information
alxndrsn committed Mar 27, 2024
1 parent dd62ea2 commit 213d8c4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

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

import { META_LOCAL_STORE } from './util';
import { META_LOCAL_STORE, processAttachment } from './util';

// _getLocal() doesn't know if opts.binary is set or not, so assume it's not.
const BINARY_ATTACHMENTS = false;

export default function (txn, id, api, callback) {
if (txn.error) {
Expand Down

0 comments on commit 213d8c4

Please sign in to comment.