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