Skip to content

Commit 1c7a363

Browse files
committed
chore: add graph aki to mappings context in real disputes
1 parent 6ac5035 commit 1c7a363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/hooks/queries/usePopulatedDisputeData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const usePopulatedDisputeData = (disputeID?: string, arbitrableAddress?:
5959
const initialContext = {
6060
disputeID: disputeID,
6161
arbitrable: arbitrableAddress,
62+
graphApiKey: process.env.GRAPH_API_KEY,
6263
};
6364

6465
const data = dataMappings ? await executeActions(JSON.parse(dataMappings), initialContext) : {};

0 commit comments

Comments
 (0)