fix: dateFormat normalization middleware
This commit is contained in:
@@ -43,6 +43,7 @@ export const middleware: NextMiddleware = async (request, event) => {
|
||||
)
|
||||
}
|
||||
|
||||
// Note that the order of middlewares is important since that is the order they are matched by.
|
||||
const middlewares = [
|
||||
currentWebLogin,
|
||||
currentWebLoginEmail,
|
||||
@@ -51,9 +52,9 @@ export const middleware: NextMiddleware = async (request, event) => {
|
||||
handleAuth,
|
||||
myPages,
|
||||
webView,
|
||||
dateFormat,
|
||||
bookingFlow,
|
||||
cmsContent,
|
||||
dateFormat,
|
||||
]
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user