Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 6a83d8c

Browse files
committed
lint
1 parent 68ada45 commit 6a83d8c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/serializers/ai_spam_serializer.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# frozen_string_literal: true
22

33
class AiSpamSerializer < ApplicationSerializer
4-
attributes :is_enabled, :llm_id, :custom_instructions, :available_llms, :stats, :flagging_username, :spam_score_type
4+
attributes :is_enabled,
5+
:llm_id,
6+
:custom_instructions,
7+
:available_llms,
8+
:stats,
9+
:flagging_username,
10+
:spam_score_type
511

612
def is_enabled
713
object[:enabled]

0 commit comments

Comments
 (0)