Skip to content

Commit

Permalink
some changes in env
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaBhattacharjee committed Aug 26, 2023
1 parent 905bdb3 commit c926902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# get it from their discord https://discord.gg/FzW4vKYAdV
# get it from their discord https://discord.gg/FzW4vKYAdV required for airing schedule
NEXT_PUBLIC_ANIFY_KEY=
NEXT_PUBLIC_MONGODB_URI =
NEXT_PUBLIC_JWT_TOKEN =
Expand Down
8 changes: 4 additions & 4 deletions src/types/animetypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export default interface Anime {
id: number;
image: string;
title: {
userPreferred?: string;
english?: string;
romaji?: string;
native?: string;
userPreferred: string;
english: string;
romaji: string;
native: string;
};
countryOfOrigin: string;
type: string;
Expand Down

0 comments on commit c926902

Please sign in to comment.