Skip to content

Commit

Permalink
chore: add default value (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
leapalazzolo committed Jan 30, 2024
1 parent 6f68be6 commit 0a1a6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/repository-metadata/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FilterOption, FilterOptions } from "@/types/filters";

const REPOSITORY_CLASSIFICATION_URL = process.env.REPOSITORY_CLASSIFICATION_URL;
const REPOSITORY_CLASSIFICATION_URL = process.env.REPOSITORY_CLASSIFICATION_URL || "https://kudos-ink.github.io/repository-classification/";

async function fetchData(url: string): Promise<FilterOption[]> {
try {
Expand Down

0 comments on commit 0a1a6ab

Please sign in to comment.