Update packages/server/src/services/web-server-settings.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mauricio Siu
2025-12-21 01:44:46 -06:00
committed by GitHub
parent f1dfa9c6a2
commit 10c4f882a5

View File

@@ -32,13 +32,6 @@ export const updateWebServerSettings = async (
) => {
const current = await getWebServerSettings();
if (!current) {
throw new TRPCError({
code: "NOT_FOUND",
message: "Web server settings not found",
});
}
const [updated] = await db
.update(webServerSettings)
.set({