Skip to content

Commit

Permalink
fix before action condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jul 24, 2023
1 parent c3d1845 commit e49cf9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ReleasePackagesController < Api::V1::BaseController
before_action :require_active_subscription!
before_action :authenticate_with_token!, except: %i[show]
before_action :authenticate_with_token, only: %i[show]
before_action :set_release
before_action :set_release, only: %i[show]

authorize :release

Expand Down

0 comments on commit e49cf9c

Please sign in to comment.