fix MR comments

This commit is contained in:
bilal
2020-06-16 08:51:54 +02:00
parent 3650d6022c
commit 2238338710
5 changed files with 5 additions and 77 deletions

View File

@@ -56,7 +56,7 @@ class Account < ApplicationRecord
Broadcast.where(project: projects),
ZoomMeeting.where(project: projects),
MedicalRelease.where(project: projects),
# MatchingRequest.where(project: projects),
MatchingRequest.where(project: projects),
self
])).sum(:byte_size).to_f
end