Skip to content

Commit f613e7b

Browse files
add changes and test send handler
1 parent b904bcd commit f613e7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/sendUserDiscordData.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const sendUserDiscordData = async (
2727
expiry: Date.now() + 1000 * 60 * 2,
2828
},
2929
};
30-
console.log(data);
3130
const base_url = config(env).RDS_BASE_API_URL;
3231
try {
3332
const response = await fetch(`${base_url}/external-accounts`, {

0 commit comments

Comments
 (0)