Skip to content

Commit

Permalink
Fix: Fix tags were missing
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Apr 5, 2024
1 parent 9022a1a commit eb4b26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/controllers/sonolus_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def dummy_level(key, name, cover: nil, **kwargs)
artists: I18n.t("levels.#{key}.description", **kwargs),
author: I18n.t("levels._.author", **kwargs),
version: 1,
tags: [],
rating: 0,
engine: {
name: "chcy-dummy",
Expand Down

0 comments on commit eb4b26d

Please sign in to comment.