Skip to content

Commit

Permalink
Merge pull request #311 from rudderlabs/hotfix/facebook_pixel
Browse files Browse the repository at this point in the history
add sha256 missed import
  • Loading branch information
arnab-p authored Aug 18, 2021
2 parents de5d618 + f79f008 commit 0e0ef1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/FacebookPixel/browser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable class-methods-use-this */
import is from "is";
import each from "@ndhoule/each";
import sha256 from "crypto-js/sha256";
import ScriptLoader from "../ScriptLoader";
import logger from "../../utils/logUtil";
import { getHashFromArray } from "../utils/commonUtils";
Expand Down

0 comments on commit 0e0ef1c

Please sign in to comment.