Skip to content

Commit

Permalink
debugging reddit flag
Browse files Browse the repository at this point in the history
  • Loading branch information
platform-kit committed Jul 26, 2022
1 parent 5aa1a39 commit 4b69b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion routes/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if (
process.env.REDDIT_APP_ID != null &&
process.env.REDDIT_APP_SECRET != null
) {
features.google = true;
features.reddit = true;
}

console.log(features);
Expand Down
2 changes: 1 addition & 1 deletion ui/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if (
process.env.REDDIT_APP_ID != null &&
process.env.REDDIT_APP_SECRET != null
) {
features.google = true;
features.reddit = true;
}

export default {
Expand Down

0 comments on commit 4b69b5d

Please sign in to comment.