Skip to content

Commit

Permalink
Add icebreakers functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
rendall committed Nov 17, 2023
1 parent 3fc64ba commit 3cad5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simple-comment-icebreakers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const getQuestion = (slug: string) =>
new Promise<string>((resolve, reject) => {
fetchAndStoreQuestions()
.then(questions => {
console.log(questions.map(toSlug))
console.log({slug})

Check failure on line 62 in src/simple-comment-icebreakers.ts

View workflow job for this annotation

GitHub Actions / test-netlify-functions

Unexpected console statement
const question = reverseSlug(slug, questions)
if (question) {
resolve(question)
Expand Down

0 comments on commit 3cad5c4

Please sign in to comment.