Removing server 403.

This commit is contained in:
mike12345567 2021-04-14 15:44:18 +01:00
parent e9767eabc5
commit bd2e75c745
1 changed files with 0 additions and 1 deletions

View File

@ -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 */