Commit c18fee94 authored by Jacob Schatz's avatar Jacob Schatz

Changes to `raw_size` to take advantage of LFS.

parent 51fcfc73
...@@ -28,7 +28,7 @@ module RendersBlob ...@@ -28,7 +28,7 @@ module RendersBlob
plain: blob.data, plain: blob.data,
name: blob.name, name: blob.name,
extension: blob.extension, extension: blob.extension,
size: blob.size, size: blob.raw_size,
mime_type: blob.mime_type mime_type: blob.mime_type
} }
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment