octoper / statamic-html-minify

5 stars 4 forks source link

Remove duplicate response calls #16

Open ben182 opened 2 years ago

ben182 commented 2 years ago

This PR removes the duplicated $next($request) calls, which resulted in duplicate requests. For instance, 2 ajax requests would be processed for the same call.