Skip to content

Commit 6e292c6

Browse files
committed
fix: typo
1 parent d9e7e74 commit 6e292c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx_arangodb/classes/function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ def mirror_to_nxcg(func):
939939
@wraps(func)
940940
def wrapper(self, *args, **kwargs):
941941
result = func(self, *args, **kwargs)
942-
if self.mirror_to_nxcg and self.nxcg_graph is not None:
942+
if self.mirror_crud_to_nxcg and self.nxcg_graph is not None:
943943
getattr(self.nxcg_graph, func.__name__)(*args, **kwargs)
944944
return result
945945

0 commit comments

Comments
 (0)