This is an automated email from the ASF dual-hosted git repository.
apratim pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-resilientdb-graphql.git
The following commit(s) were added to refs/heads/main by this push:
new e15c07e Fixed typo
e15c07e is described below
commit e15c07ea946b16a45978ad9095f132e4d45c9396
Author: apratimshukla6 <[email protected]>
AuthorDate: Thu Nov 14 22:19:06 2024 -0800
Fixed typo
---
app.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app.py b/app.py
index e5801ee..bdeece0 100644
--- a/app.py
+++ b/app.py
@@ -105,7 +105,7 @@ class Query:
uri=data["outputs"][0]["condition"]["uri"],
type=data["outputs"][0]["condition"]["details"]["type"],
publicKey=data["outputs"][0]["condition"]["details"]["public_key"],
- signer_public_key=data["inputs"][0]["owners_before"][0],
+ signerPublicKey=data["inputs"][0]["owners_before"][0],
operation=data["operation"],
metadata=data["metadata"],
asset=str(data["asset"])