diff --git a/app/models/stat.rb b/app/models/stat.rb index 1e3af9e9..c986ba4b 100644 --- a/app/models/stat.rb +++ b/app/models/stat.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true class Stat < ApplicationRecord - INTERVALS = %i[hour day week month year].freeze + INTERVALS = %i[year month day].freeze RESOURCES = %i[builds space_used build_time].freeze end