We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee53a2c commit 54bdd85Copy full SHA for 54bdd85
src/routes/config.js
@@ -26,6 +26,5 @@ export async function getConfig({ env, daCtx }) {
26
if (!hasPermission(daCtx, 'CONFIG', 'read', true)) {
27
return { status: 403 };
28
}
29
-
30
return getKv(env, daCtx);
31
0 commit comments