pazukdev commited on
Commit
fa61b1f
·
verified ·
1 Parent(s): 0d3cece

Fix get_all_interviewers function name

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,9 +28,9 @@ def repo_get_all_employees_from_database():
28
 
29
  return employees_list
30
 
31
- def get_all_employees() -> str:
32
  """
33
- A function to get a list of all employees from database.
34
  Returns:
35
  str: A list of all employees in json.
36
  """
 
28
 
29
  return employees_list
30
 
31
+ def get_all_interviewers() -> str:
32
  """
33
+ A function to get a list of all interviewers from database.
34
  Returns:
35
  str: A list of all employees in json.
36
  """