We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4ed22 commit d8a2d17Copy full SHA for d8a2d17
1 file changed
pybot/endpoints/slack/commands.py
@@ -42,7 +42,7 @@ async def slash_mentor(command: Command, app: SirBot):
42
airtable = app.plugins["airtable"].api
43
services = await airtable.get_all_records("Services", "Name")
44
mentors = await airtable.get_all_records("Mentors", "Full Name")
45
- skillsets = await airtable.get_all_records("Skillsets", "Skillset")
+ skillsets = await airtable.get_all_records("Skillsets", "Name")
46
47
dialog = mentor_request_attachments(services, mentors, skillsets)
48
0 commit comments