Update wcfsetup/install/files/lib/action/RegisterServiceWorkerAction.class.php
authorOlaf Braun <olaf_schmitz_1@t-online.de>
Mon, 19 Feb 2024 11:05:40 +0000 (12:05 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Fri, 23 Feb 2024 13:41:41 +0000 (14:41 +0100)
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
wcfsetup/install/files/lib/action/RegisterServiceWorkerAction.class.php

index 12f9da6f24db84265e1363f8b4259d03e3a2bf72..16ec5ac4a2a88382cb88314400c4c91bcdb7cdc0 100644 (file)
@@ -77,6 +77,6 @@ final class RegisterServiceWorkerAction implements RequestHandlerInterface
             'contentEncoding' => $parameters['contentEncoding'],
         ]);
 
-        return new EmptyResponse(204);
+        return new EmptyResponse();
     }
 }