Skip to content

Commit

Permalink
openpoint/60134 Increase reminder notes chars length from 80 to 128 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru authored Dec 19, 2024
1 parent 0d7ebce commit 571df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/contracts/reminders/base_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 571df6e

Please sign in to comment.