Remove async refresh concern from original

This commit is contained in:
Matt Jankowski 2025-08-16 14:39:18 -04:00
parent 368767a702
commit aea92b5197

View File

@ -2,7 +2,6 @@
class Api::V1::StatusesController < Api::BaseController
include Authorization
include AsyncRefreshesConcern
include Api::InteractionPoliciesConcern
before_action -> { authorize_if_got_token! :read, :'read:statuses' }, except: [:create, :update, :destroy]