From a4262a61f67df24a6f116ac71b20fa3437db7c10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexa=20Valentov=C3=A1?= <git@imaniti.org>
Date: Fri, 4 Oct 2024 02:06:24 +0200
Subject: [PATCH] fix func name

---
 shared/people_import.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/people_import.py b/shared/people_import.py
index 08c9d07f..77a49e5f 100644
--- a/shared/people_import.py
+++ b/shared/people_import.py
@@ -300,7 +300,7 @@ class PeopleGroupImporter:
 
         return md5.hexdigest()
 
-    def ppeople_idserform_import(self):
+    def perform_import(self):
         logger.info(
             "Started Octopus person sync for page %s", self.people_parent_page_id
         )
-- 
GitLab