PR comment and linting.

This commit is contained in:
mike12345567 2024-10-30 17:39:48 +00:00
parent e235de54ad
commit dc1389b8fb
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import { ObjectStoreBuckets } from "../../../constants"
import { processString } from "@budibase/string-templates" import { processString } from "@budibase/string-templates"
import { import {
loadHandlebarsFile, loadHandlebarsFile,
streamFile,
NODE_MODULES_PATH, NODE_MODULES_PATH,
shouldServeLocally, shouldServeLocally,
TOP_LEVEL_PATH, TOP_LEVEL_PATH,
@ -146,7 +145,7 @@ const requiresMigration = async (ctx: Ctx) => {
} }
export const serveApp = async function (ctx: UserCtx) { export const serveApp = async function (ctx: UserCtx) {
if (ctx.url.includes("apple-touch-icon")) { if (ctx.url.includes("apple-touch-icon.png")) {
ctx.redirect("/builder/bblogo.png") ctx.redirect("/builder/bblogo.png")
return return
} }