log(graphql): log deprecated order argument usage
This commit is contained in:
parent
a26c82cde7
commit
99e22a8cbe
3 changed files with 18 additions and 1 deletions
|
@ -40,6 +40,7 @@ class API::V2::BaseController < ApplicationController
|
|||
if @api_token.present?
|
||||
@api_token.touch(:last_v2_authenticated_at)
|
||||
@current_user = @api_token.administrateur.user
|
||||
Current.user = @current_user
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue