We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4022f6f commit 221bd84Copy full SHA for 221bd84
1 file changed
lib/skyfall/firehose/operation.rb
@@ -68,7 +68,7 @@ def rkey
68
69
# @return [String] full AT URI of the record
70
def uri
71
- "at://#{repo}/#{path}"
+ "at://#{repo}/#{@json['path']}"
72
end
73
74
# @return [CID, nil] CID (Content Identifier) of the record (nil for delete operations)
0 commit comments