Removing server 403.
This commit is contained in:
parent
e9767eabc5
commit
bd2e75c745
|
@ -71,7 +71,6 @@ exports.authenticate = async ctx => {
|
|||
}
|
||||
|
||||
exports.fetchSelf = async ctx => {
|
||||
ctx.throw(403, "derp")
|
||||
const appId = ctx.appId
|
||||
const { userId } = ctx.user
|
||||
/* istanbul ignore next */
|
||||
|
|
Loading…
Reference in New Issue