Skip to content

Commit c26f35e

Browse files
committed
chore: log-change-to-deploy-v-1.1.7
1 parent 374706c commit c26f35e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gtcr-subgraph",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Subgraph for Generalized TCR contracts",
55
"scripts": {
66
"clean": "graph clean",

src/LightGeneralizedTCRMapping.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,10 @@ export function handleNewItem(event: NewItem): void {
253253
const ipfsHash = extractPath(event.params._data);
254254
item.metadata = `${ipfsHash}-${graphItemID}`;
255255

256-
log.debug('Creating datasource for ipfs hash : {}', [ipfsHash]);
256+
log.debug('Creating datasource for ipfs hash : {}, graphItemID: {}', [
257+
ipfsHash,
258+
graphItemID,
259+
]);
257260

258261
const context = new DataSourceContext();
259262
context.setString('graphItemID', graphItemID);

0 commit comments

Comments
 (0)