From 4edecd79d15921cc6ede414f195b4c2d7403dd78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Tue, 14 May 2024 21:05:51 +0200 Subject: [PATCH] fix corrupt patches --- .../saleor-app-payment-authorize.net/next.config.mjs.patch | 4 ++-- patches/saleor-app-payment-klarna/next.config.mjs.patch | 4 ++-- patches/saleor-app-payment-stripe/next.config.mjs.patch | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/patches/saleor-app-payment-authorize.net/next.config.mjs.patch b/patches/saleor-app-payment-authorize.net/next.config.mjs.patch index 82bbbb5..a45c807 100644 --- a/patches/saleor-app-payment-authorize.net/next.config.mjs.patch +++ b/patches/saleor-app-payment-authorize.net/next.config.mjs.patch @@ -1,8 +1,8 @@ diff --git a/next.config.mjs b/next.config.mjs -index f8dd123..38717b1 100644 +index f8dd123..b60392c 100644 --- a/next.config.mjs +++ b/next.config.mjs -@@ -14,6 +14,9 @@ import { withSentryConfig } from "@sentry/nextjs"; +@@ -14,6 +14,10 @@ import { withSentryConfig } from "@sentry/nextjs"; /** @type {import('next').NextConfig} */ const config = { diff --git a/patches/saleor-app-payment-klarna/next.config.mjs.patch b/patches/saleor-app-payment-klarna/next.config.mjs.patch index 82bbbb5..a45c807 100644 --- a/patches/saleor-app-payment-klarna/next.config.mjs.patch +++ b/patches/saleor-app-payment-klarna/next.config.mjs.patch @@ -1,8 +1,8 @@ diff --git a/next.config.mjs b/next.config.mjs -index f8dd123..38717b1 100644 +index f8dd123..b60392c 100644 --- a/next.config.mjs +++ b/next.config.mjs -@@ -14,6 +14,9 @@ import { withSentryConfig } from "@sentry/nextjs"; +@@ -14,6 +14,10 @@ import { withSentryConfig } from "@sentry/nextjs"; /** @type {import('next').NextConfig} */ const config = { diff --git a/patches/saleor-app-payment-stripe/next.config.mjs.patch b/patches/saleor-app-payment-stripe/next.config.mjs.patch index ae44d7f..a45c807 100644 --- a/patches/saleor-app-payment-stripe/next.config.mjs.patch +++ b/patches/saleor-app-payment-stripe/next.config.mjs.patch @@ -1,13 +1,13 @@ diff --git a/next.config.mjs b/next.config.mjs -index f8dd123..0b20ad0 100644 +index f8dd123..b60392c 100644 --- a/next.config.mjs +++ b/next.config.mjs -@@ -14,6 +14,9 @@ import { withSentryConfig } from "@sentry/nextjs"; +@@ -14,6 +14,10 @@ import { withSentryConfig } from "@sentry/nextjs"; /** @type {import('next').NextConfig} */ const config = { + eslint: { -+ ignoreDuringBuilds: true, ++ ignoreDuringBuilds: true + }, + output: "standalone", reactStrictMode: true,