Skip to content

Commit

Permalink
Removed unnecessary parameter for NameRank demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
BanaSeba committed Dec 30, 2024
1 parent 395d5ae commit f483cdd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/namerank.io/app/results.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { createClient } from "@namehash/namerank";
import { Indicator } from "./indicator";

const namerank = createClient({
namerankEndpoint:
"https://izzkysqb6d6qzhnpv4ybqyty2e0ktjwe.lambda-url.us-east-1.on.aws/namerank",
});
const namerank = createClient();

interface ResultsProps {
name: string;
Expand Down

0 comments on commit f483cdd

Please sign in to comment.