remove local monkeypatch

This commit is contained in:
admin 2021-02-16 13:43:09 -05:00
parent 69f3cf08c9
commit 5793d2aa33
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ class Api::BaseController < ApplicationController
end
def superapp?
return true
return true if doorkeeper_token.nil?
doorkeeper_token && doorkeeper_token.application.superapp? || false
end