Skip to content

Commit f1b1acc

Browse files
authored
fix: removes unused parameter to snapshot importer | NPG-000 (#687)
1 parent d7048fb commit f1b1acc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/voting-node/voting_node/importer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ async def snapshot_import(self, event_id: int):
118118
network_ids=network_ids,
119119
snapshot_tool_path=os.environ.get("SNAPSHOT_TOOL_PATH", "snapshot_tool"),
120120
catalyst_toolbox_path=os.environ.get("CATALYST_TOOLBOX_PATH", "catalyst-toolbox"),
121-
gvc_api_url=os.environ["GVC_API_URL"],
122121
ssh_config=ssh_config,
123122
)
124123
try:

0 commit comments

Comments
 (0)