Skip to content

Commit c9af041

Browse files
committed
correct path using cm_api_rs
1 parent 14c236a commit c9af041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/userLookup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const LookupMenu: React.FC<LookupMenuProps> = (
5858
callApi(
5959
userCkeyChecked
6060
? `/User?ckey=${userCkeyChecked}`
61-
: `/User?discordId=${userDiscordId}`
61+
: `/User?discord_id=${userDiscordId}`
6262
).then((value) => {
6363
if (value.status == 404) {
6464
global?.updateAndShowToast("Failed to find user.");

0 commit comments

Comments
 (0)