Skip to content

Commit e3f520c

Browse files
committed
fix(refactor): Resolve typo
1 parent 23e6b97 commit e3f520c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FacebookPixel.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
})
1313
1414
export function init () {
15-
const fn = !function (f, b, e, v, n, t, s) {
15+
const fn = function (f, b, e, v, n, t, s) {
1616
if (f.fbq) return
1717
n = f.fbq = function () {
1818
n.callMethod

0 commit comments

Comments
 (0)