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 a1f27db  Fixed typo
a1f27db is described below

commit a1f27db1e42e93682ce69c5cd20a77d6c7533e31
Author: apratimshukla6 <[email protected]>
AuthorDate: Thu Nov 14 22:17:13 2024 -0800

    Fixed typo
---
 app.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app.py b/app.py
index f2cefa1..e5801ee 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] if 
data["inputs"],
+            signer_public_key=data["inputs"][0]["owners_before"][0],
             operation=data["operation"],
             metadata=data["metadata"],
             asset=str(data["asset"])

Reply via email to