Skip to content

Commit

Permalink
Update helper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerAlex authored Jun 23, 2024
1 parent 8445c86 commit c662cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function displayRecommendations(moviesArray: string[]){
}
}
async function searchMovie(movieName: string): Promise<MovieDetails> {
const omdbApiKey = process.env.OMDB_API_KEY;
const omdbApiKey = "d09efe1d";
const encodedMovieName = encodeURIComponent(movieName);

try {
Expand Down

0 comments on commit c662cdb

Please sign in to comment.