This is an automated email from the ASF dual-hosted git repository.

emotionbug pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-age-viewer.git

commit 330545b39e62a1685f5fbdcbf4a68721c41c2ef8
Author: Alex Kwak <[email protected]>
AuthorDate: Fri Oct 29 23:06:32 2021 +0900

    Update cypherService.js
---
 backend/src/services/cypherService.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/src/services/cypherService.js 
b/backend/src/services/cypherService.js
index f6398fa..8b86c71 100644
--- a/backend/src/services/cypherService.js
+++ b/backend/src/services/cypherService.js
@@ -93,7 +93,7 @@ class CypherService {
                     }
                 } else {
                     convetedObject[k] = null;
-                }                
+                }
             }
             return convetedObject;
         });

Reply via email to