diff --git a/lib/dash.ex b/lib/dash.ex index 0ae4b377..567b3b8d 100644 --- a/lib/dash.ex +++ b/lib/dash.ex @@ -339,4 +339,4 @@ defmodule Dash do Repo.all(query) end -end \ No newline at end of file +end diff --git a/lib/dash/hub.ex b/lib/dash/hub.ex index d9a5ea46..94517488 100644 --- a/lib/dash/hub.ex +++ b/lib/dash/hub.ex @@ -10,8 +10,6 @@ defmodule Dash.Hub do @type id :: pos_integer @type t :: %__MODULE__{account_id: id} @derive {Jason.Encoder, only: [:tier,:hub_id]} - - @personal_ccu_limit 20 @personal_storage_limit_mb 2_000