Skip to content

Commit

Permalink
Update agent-transactions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RitwikSrivastava authored Jun 27, 2024
1 parent 5a77045 commit fb722d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/agent-transactions/agent-transactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
import { getMetadata } from '../../scripts/aem.js';

const getClosedTransactions = async () => {
const agentId = getMetadata('agent-id');
const agentId = getMetadata('id');
const formattedData = [];

try {
Expand Down

0 comments on commit fb722d7

Please sign in to comment.