Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki2578 committed Jul 6, 2024
1 parent dc71863 commit 67be84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/media_attachment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class MediaAttachment < ApplicationRecord

IMAGE_STYLES = {
original: {
pixels: 33_177_400, # 8k
pixels: 33_177_600, # 8k
file_geometry_parser: FastGeometryParser,
}.freeze,

Expand Down

0 comments on commit 67be84f

Please sign in to comment.