Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Alvarez committed May 4, 2020
1 parent b696b70 commit fc37bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/bigcommerce/cookies.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { serialize } from 'cookie'
import { parseCookies } from '../parse-cookies'
import parseCookies from '../parse-cookies'

const CART_COOKIE = 'cartId'
const ONE_DAY = 60 * 60 * 24
Expand Down

0 comments on commit fc37bd3

Please sign in to comment.