Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
stockulus committed Sep 5, 2016
1 parent e06ca84 commit afcfbb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pouchdb-adapter-asyncstorage/src/all_docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function (db, opts, callback) {

callback(null, {
total_rows: db.meta.doc_count,
offset: opts.skip,
offset: skip,
rows
})
}
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ git clone https://github.com/stockulus/pouchdb-react-native.git
cd pouchdb-react-native
npm install
npm test
cd example
npm run ios

```
Expand Down

0 comments on commit afcfbb5

Please sign in to comment.