Skip to content

Commit

Permalink
Update augurAPI.js
Browse files Browse the repository at this point in the history
Signed-off-by: Kaxada <[email protected]>
  • Loading branch information
kaxada authored Feb 15, 2024
1 parent 96026da commit e062eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/augurAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const axios = require("axios");
require("dotenv").config();

const augurAPI = async (id, level, url) => {
if (!process.env.AUGUR_API_KEY) {
console.error("AUGUR_API_KEY not provided");
if (!process.env.AUGUR_APP_CLIENT_SECRET) {
console.error("AUGUR_APP_CLIENT_SECRET not provided");
return;
}

Expand Down

0 comments on commit e062eeb

Please sign in to comment.