Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-rudder committed Jun 9, 2020
1 parent f2bd52b commit 0a2c670
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import logger from "../../utils/logUtil";
import is from "is";
import each from "@ndhoule/each";

class FBPixel {
class FacebookPixel {
constructor(config) {
this.blacklistPiiProperties = config.blacklistPiiProperties;
this.categoryToContent = config.categoryToContent;
Expand Down Expand Up @@ -614,4 +614,4 @@ class FBPixel {
}
}

export { FBPixel };
export { FacebookPixel };
3 changes: 3 additions & 0 deletions integrations/FacebbokPixel/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FacebookPixel } from "./browser";

export default FacebookPixel;
3 changes: 0 additions & 3 deletions integrations/FbPixel/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion integrations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as Kissmetrics from "./Kissmetrics";
import * as CustomerIO from "./CustomerIO";
import * as Chartbeat from "./Chartbeat";
import * as Comscore from "./Comscore";
import * as FBPixel from "./FBPixel";
import * as FBPixel from "./FacebbokPixel";
import * as Lotame from "./Lotame";

// the key names should match the destination.name value to keep partity everywhere
Expand Down

0 comments on commit 0a2c670

Please sign in to comment.