Skip to content

Commit 221bd84

Browse files
committed
don't use the deprecated #path helper internally
1 parent 4022f6f commit 221bd84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/skyfall/firehose/operation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def rkey
6868

6969
# @return [String] full AT URI of the record
7070
def uri
71-
"at://#{repo}/#{path}"
71+
"at://#{repo}/#{@json['path']}"
7272
end
7373

7474
# @return [CID, nil] CID (Content Identifier) of the record (nil for delete operations)

0 commit comments

Comments
 (0)