소스 검색

spelling error

Kylie Jo Swistak 5 년 전
부모
커밋
8e402dafe2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/app_forms/image_app.rb

+ 1 - 1
app/app_forms/image_app.rb

@@ -28,7 +28,7 @@ class ImageApplication < ApplicationForm
     character = Character.find(image.char_id)
 
     # Determine appropriate channel
-    channel = image.category == 'NSFW' ? ENV['CHAR_NSFW_CH'] : ENV['CHAT_CH']
+    channel = image.category == 'NSFW' ? ENV['CHAR_NSFW_CH'] : ENV['CHAR_CH']
 
     reply = BotResponse.new(
       destination: channel,