Skip to content

Commit

Permalink
fix:topo
Browse files Browse the repository at this point in the history
  • Loading branch information
shifttttttt committed Nov 11, 2022
1 parent 65df40e commit eb4685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dgiot_device/src/utils/dgiot_product_knova.erl
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ save_Product_konva(ProductId) ->
end.

get_stage(ProductId) ->
ViewId = dgiot_parse_id:get_viewid(ProductId, <<"topo">>, <<"Product">>, ProductId),
ViewId = dgiot_parse_id:get_viewid(ProductId, <<"Topo">>, <<"Product">>, ProductId),
case dgiot_parse:get_object(<<"View">>, ViewId) of
{ok, #{<<"data">> := #{<<"konva">> := #{<<"Stage">> := Stage}}}} ->
{ok, Stage};
Expand Down

0 comments on commit eb4685e

Please sign in to comment.