fix MR comment

This commit is contained in:
Bilal
2020-08-05 10:27:06 +02:00
parent 1045a8c328
commit 015ed83ac2
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
class AdminMailer < ApplicationMailer
default to: %w(bray@mesuite.ai lee@mesuite.ai)
default to: %w[bray@mesuite.ai]
def new_video(video)
@video = video