Skip to content

Commit ac7e959

Browse files
Merge pull request #111 from SingularityNET-Archive:development
feat: Update Discord webhook URLs for 'AI Ethics WG' and name change
2 parents 2b41efb + 263a6b7 commit ac7e959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/api/discord.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
2626
'Ambassador Town Hall': process.env.SNET_DISCORD_WEBHOOK_URL,
2727
'Deep Funding Town Hall': process.env.SNET_DISCORD_WEBHOOK_URL,
2828
'One-off Event': process.env.SNET_DISCORD_WEBHOOK_URL,
29-
'Ethics Workgroup': process.env.SNET_DISCORD_WEBHOOK_URL
29+
'AI Ethics WG': process.env.SNET_DISCORD_WEBHOOK_URL
3030
};
3131

3232

pages/submit-meeting-summary/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const SubmitMeetingSummary: NextPage = () => {
8787
"Ambassador Town Hall": ["townHallSummary"],
8888
"Deep Funding Town Hall": ["townHallSummary"],
8989
"One-off Event": ["Narative"],
90-
"Ethics Workgroup": ["narrative", "decisionItems", "actionItems"]
90+
"AI Ethics WG": ["narrative", "decisionItems", "actionItems"]
9191
};
9292

9393
useEffect(() => {

0 commit comments

Comments
 (0)