StandardRB
This commit is contained in:
@@ -9,7 +9,7 @@ module Adamantium
|
||||
youtube.com
|
||||
bsky.app
|
||||
bsky.social
|
||||
github.com]
|
||||
github.com].freeze
|
||||
|
||||
def call(content)
|
||||
links = URI::DEFAULT_PARSER.extract(content)
|
||||
|
@@ -8,7 +8,7 @@ module Adamantium
|
||||
|
||||
return cached_content if cached_content
|
||||
|
||||
rendered_content = content_proc.()
|
||||
rendered_content = content_proc.call
|
||||
|
||||
data = JSON.generate(expire: expiry.to_i, content: rendered_content)
|
||||
|
||||
|
Reference in New Issue
Block a user