Skip to content

Commit

Permalink
correct path using cm_api_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Oct 22, 2024
1 parent 14c236a commit c9af041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/userLookup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const LookupMenu: React.FC<LookupMenuProps> = (
callApi(
userCkeyChecked
? `/User?ckey=${userCkeyChecked}`
: `/User?discordId=${userDiscordId}`
: `/User?discord_id=${userDiscordId}`
).then((value) => {
if (value.status == 404) {
global?.updateAndShowToast("Failed to find user.");
Expand Down

0 comments on commit c9af041

Please sign in to comment.