Skip to content

Commit

Permalink
hopefully no one is seeing this
Browse files Browse the repository at this point in the history
  • Loading branch information
pfaffman committed Aug 9, 2024
1 parent dad44f2 commit 9635c2f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export function decorateInlineLink(element) {

let linkMaps = settings.affiliate_link_map;

console.log("first affiliate", linkMaps.split(",")[0]);

Check failure on line 14 in javascripts/discourse/api-initializers/discourse-affiliate-linker.js

View workflow job for this annotation

GitHub Actions / ci / linting

Unexpected console statement

if (linkMaps.split(",")[0] === "example.com") {
// eslint-disable-next-line no-console
console.error(
Expand Down

0 comments on commit 9635c2f

Please sign in to comment.