Skip to content

Commit

Permalink
fix(plugin): secret folder auth(reruin#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
reruin committed Oct 11, 2021
1 parent 5de68eb commit 9c2bd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sharelist-plugin/lib/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = (app) => {
cache[hit.id] = content

if (authMethods?.[content.type]('' + auth, content.data, app)) {
return req
return data
}
}

Expand Down

0 comments on commit 9c2bd9c

Please sign in to comment.