fix(dynamo): fix field name errors
This commit is contained in:
parent
adc422d063
commit
21473e7ca5
|
@ -107,7 +107,7 @@ on_start(
|
||||||
|
|
||||||
Templates = parse_template(Config),
|
Templates = parse_template(Config),
|
||||||
State = #{
|
State = #{
|
||||||
poolname => InstanceId,
|
pool_name => InstanceId,
|
||||||
table => Table,
|
table => Table,
|
||||||
templates => Templates
|
templates => Templates
|
||||||
},
|
},
|
||||||
|
@ -176,7 +176,7 @@ do_query(
|
||||||
InstanceId,
|
InstanceId,
|
||||||
Query,
|
Query,
|
||||||
ApplyMode,
|
ApplyMode,
|
||||||
#{poolname := PoolName, templates := Templates, table := Table} = State
|
#{pool_name := PoolName, templates := Templates, table := Table} = State
|
||||||
) ->
|
) ->
|
||||||
?TRACE(
|
?TRACE(
|
||||||
"QUERY",
|
"QUERY",
|
||||||
|
|
Loading…
Reference in New Issue