Browse Source

#106 誤字

'#106'
みてるぞ 1 week ago
parent
commit
a59ec2b417
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/app/models/tag.rb

+ 1
- 1
backend/app/models/tag.rb View File

@@ -74,7 +74,7 @@ class Tag < ApplicationRecord
end
end
tags << Tag.tagme if with_tagme && tags.size < 10 && tags.none?(Tag.tagme)
tags << Tag.no_deerjikist if tags.all? { |t| t.category != 'deerjika' }
tags << Tag.no_deerjikist if tags.all? { |t| t.category != 'deerjikist' }
tags.uniq
end



Loading…
Cancel
Save