Skip to content

Commit 374706c

Browse files
committed
chore: log-change-to-redeploy-new-version-1.1.6
1 parent 8b71970 commit 374706c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.5",
3+
"version": "1.1.6",
44
"description": "Subgraph for Generalized TCR contracts",
55
"scripts": {
66
"clean": "graph clean",

src/fileHandlers/EvidenceMetadataHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function handleGTCREvidenceMetadata(content: Bytes): void {
1313
log.debug(`ipfs hash : {}, content : {}`, [id, content.toString()]);
1414

1515
if (!parsedResult.isOk || parsedResult.isError) {
16-
log.warning(`Error converting object for evidence {}`, [id]);
16+
log.warning(`Error converting object for GTCR evidence {}`, [id]);
1717
evidence.save();
1818
return;
1919
}

0 commit comments

Comments
 (0)