Skip to content

Commit

Permalink
next15 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Oct 22, 2024
1 parent 1bde45a commit f0637e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/shopify/customer/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { getCustomerQuery } from '../queries/customer'
export async function LoginCustomerAction(prevState, formData) {
const email = formData.get('email')
const password = formData.get('password')


try {
const res = await shopifyFetch({
Expand Down

0 comments on commit f0637e1

Please sign in to comment.