Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshar authored Dec 6, 2024
1 parent 6c34264 commit 5b44a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function tellMe(joke) {
}
async function getJokes() {
jokeElement.innerHTML = '';
let joke = '${{secrets.KEY}}';
let joke = 'process.env.SECRET_KEY';
const apiUrl = 'https://v2.jokeapi.dev/joke/Programming,Miscellaneous?blacklistFlags=nsfw,religious,political,racist,sexist,explicit' ;

// jokeElement.innerHTML = '';
Expand Down

0 comments on commit 5b44a6e

Please sign in to comment.