diff --git a/app/contracts/reminders/base_contract.rb b/app/contracts/reminders/base_contract.rb index 738d0c8f2732..545d72d59f82 100644 --- a/app/contracts/reminders/base_contract.rb +++ b/app/contracts/reminders/base_contract.rb @@ -28,7 +28,7 @@ module Reminders class BaseContract < ::ModelContract - MAX_NOTE_CHARS_LENGTH = 80 + MAX_NOTE_CHARS_LENGTH = 128 attribute :creator_id attribute :remindable_id