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),
|
||||
State = #{
|
||||
poolname => InstanceId,
|
||||
pool_name => InstanceId,
|
||||
table => Table,
|
||||
templates => Templates
|
||||
},
|
||||
|
@ -176,7 +176,7 @@ do_query(
|
|||
InstanceId,
|
||||
Query,
|
||||
ApplyMode,
|
||||
#{poolname := PoolName, templates := Templates, table := Table} = State
|
||||
#{pool_name := PoolName, templates := Templates, table := Table} = State
|
||||
) ->
|
||||
?TRACE(
|
||||
"QUERY",
|
||||
|
|
Loading…
Reference in New Issue