Skip to content

Commit 8b617a8

Browse files
committed
fix: adjust Zeitwerk competitive serialize
1 parent 12b5273 commit 8b617a8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

app/modules/competitive/controllers/pro_matches_controller.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
module Api
2-
module V1
3-
module Competitive
4-
class ProMatchesController < Api::V1::BaseController
1+
module Competitive
2+
module Controllers
3+
class ProMatchesController < Api::V1::BaseController
54
before_action :set_pandascore_service
65

76
# GET /api/v1/competitive/pro-matches
@@ -204,4 +203,3 @@ def import_match_to_database(match_data)
204203
end
205204
end
206205
end
207-
end

0 commit comments

Comments
 (0)