remove local monkeypatch
This commit is contained in:
parent
69f3cf08c9
commit
5793d2aa33
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue