Skip to content

Commit

Permalink
chore: tmp log
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Nov 16, 2024
1 parent 3efbfc8 commit 99127fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ app.post('/slack/giffy', async (c) => {

try {
const apiKey = c.env.TENOR_API_KEY;
console.log({ apiKey });
const { error, url } = await getGifByText({
apiKey,
text,
Expand Down

0 comments on commit 99127fc

Please sign in to comment.