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 b904bcd commit f613e7bCopy full SHA for f613e7b
src/utils/sendUserDiscordData.ts
@@ -27,7 +27,6 @@ export const sendUserDiscordData = async (
27
expiry: Date.now() + 1000 * 60 * 2,
28
},
29
};
30
- console.log(data);
31
const base_url = config(env).RDS_BASE_API_URL;
32
try {
33
const response = await fetch(`${base_url}/external-accounts`, {
0 commit comments