Skip to content

Commit

Permalink
chore: removed refereces to ParamsManager
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmercatante committed Oct 17, 2023
1 parent 41df7d2 commit da435d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/arke_postgres.ex
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ defmodule ArkePostgres do

arke = Arke.Boundary.ArkeManager.get(:arke, :arke_system)
Enum.each(parameters, fn unit -> Arke.Boundary.ParameterManager.create(unit, project_id) end)
Enum.each(parameters, fn unit -> Arke.Boundary.ParamsManager.create(unit, project_id) end)

Enum.each(arke_list, fn unit ->
unit =
Expand Down
1 change: 0 additions & 1 deletion lib/arke_postgres/query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ defmodule ArkePostgres.Query do
arke = get_arke(project, record, arke)
{metadata, record} = Map.pop(record, :metadata)
{record_data, record} = Map.pop(record, :data, %{})

record_data =
Enum.map(arke.data.parameters, fn p ->
{p.id, Map.get(record_data, Atom.to_string(p.id), nil)}
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ArkePostgres.MixProject do
use Mix.Project

@version "0.2.6"
@version "0.2.7"
@scm_url "https://github.com/arkemishub/arke-postgres"
@site_url "https://arkehub.com"

Expand Down

0 comments on commit da435d1

Please sign in to comment.