Skip to content

Commit

Permalink
style: standard
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 28, 2016
1 parent 41ac6e6 commit 7cebef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/store/pre-auth-hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function isRead (request) {
}

// POST db/_all_docs is still a read request
if (/^\/hoodie\/store\/api\/[^\/]+\/_all_docs$/.test(request.path)) {
if (/^\/hoodie\/store\/api\/[^/]+\/_all_docs$/.test(request.path)) {
return true
}

Expand Down

0 comments on commit 7cebef1

Please sign in to comment.