Loading capif_backend/backoffice_service/core/operations.py +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ class Operations: def get_invokers(self): # get invoker and user collections mycol = self.db.get_col_by_name(self.db.invokers) user_col = self.db.get_col_by_name_register(self.db.user) Loading Loading
capif_backend/backoffice_service/core/operations.py +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ class Operations: def get_invokers(self): # get invoker and user collections mycol = self.db.get_col_by_name(self.db.invokers) user_col = self.db.get_col_by_name_register(self.db.user) Loading