diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2025-06-23 23:55:46 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2025-06-23 23:55:46 +0100 |
| commit | 66d21a586d886933a00fc99d09950b2ac8b7cc65 (patch) | |
| tree | 2e8ffe1ba4ea858e74b3a9c8cc2e7cea4e72da01 | |
| parent | 87dd7a5aa1eaba102ba488599d29449f06072f9d (diff) | |
| download | zue.dev-66d21a586d886933a00fc99d09950b2ac8b7cc65.tar zue.dev-66d21a586d886933a00fc99d09950b2ac8b7cc65.tar.gz zue.dev-66d21a586d886933a00fc99d09950b2ac8b7cc65.tar.bz2 zue.dev-66d21a586d886933a00fc99d09950b2ac8b7cc65.tar.xz zue.dev-66d21a586d886933a00fc99d09950b2ac8b7cc65.zip | |
refactor: remove unnecessary break statement in fetch handler
| -rw-r--r-- | source/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/main.js b/source/main.js index 7bde481..d8c1888 100644 --- a/source/main.js +++ b/source/main.js @@ -214,7 +214,6 @@ export default { }, }); })(); - break; default: return new Response( JSON.stringify({ |
