You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by hb...@apache.org on 2022/12/29 04:44:54 UTC

[age-viewer] 01/01: fix conflic code

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

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

commit 1e1f200b5e3f536cdbbba18fbe146cbd42213afc
Author: Hanbyeol Shin /  David Shin / 신한별 <76...@users.noreply.github.com>
AuthorDate: Thu Dec 29 13:44:43 2022 +0900

    fix conflic code
---
 backend/src/services/databaseService.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/src/services/databaseService.js b/backend/src/services/databaseService.js
index 7e35048..df680ea 100644
--- a/backend/src/services/databaseService.js
+++ b/backend/src/services/databaseService.js
@@ -108,7 +108,7 @@ class DatabaseService {
         let queryResult = await graphRepository.execute(query);
 
         return queryResult.rows;
-    }*/
+    }
     
     async readMetaData(graphName){
         let gr = this._graphRepository;