style: comments

This commit is contained in:
Shivam Mishra
2025-03-26 22:26:37 +05:30
parent 92a04369e2
commit 0267c5a6dc
@@ -1,7 +1,7 @@
class Internal::RemoveOrphanedContactsService
# by default, purge contacts older than 6 months
attr_reader :account_id, :offset, :account, :deleted_count
# by default, purge contacts older than 6 months
def initialize(account_id:, offset: 180.days)
@account_id = account_id
@account = Account.find(account_id)