Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodysNightmare committed Feb 3, 2025
1 parent a92505f commit b3ca65e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def initialize(storage:)
end

def render?
@storage.automatically_managed?
@storage.automatic_management_enabled?
end

def notification_status
Expand Down

0 comments on commit b3ca65e

Please sign in to comment.