Skip to content

Commit

Permalink
[frontend] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeuken committed Jun 19, 2018
1 parent 9c0bc2c commit 8585865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/models/binary_release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def indentical_to?(binary_hash)
binary_disturl == binary_hash['disturl'] &&
binary_supportstatus == binary_hash['supportstatus'] &&
binary_buildtime &&
binary_buildtimeto.datetime.utc == ::Time.at(binary['buildtime'].to_i).to_datetime.utc
binary_buildtime.to_datetime.utc == ::Time.at(binary['buildtime'].to_i).to_datetime.utc
end
#### Alias of methods
end
Expand Down

0 comments on commit 8585865

Please sign in to comment.