From bbb19b634a6c5fe3fd02241ac5beb8ff1a8782cb Mon Sep 17 00:00:00 2001 From: Arman Date: Mon, 28 Aug 2023 17:20:23 +0200 Subject: [PATCH] chore: add missing todo tag --- .../functions/function-[function]/settings/+page.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/console/project-[project]/functions/function-[function]/settings/+page.svelte b/src/routes/console/project-[project]/functions/function-[function]/settings/+page.svelte index b7e1961c5..108ae020a 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/settings/+page.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/settings/+page.svelte @@ -47,6 +47,7 @@ Your function is outdated Update your function version to make use of new features including build commands and HTTP data in your executions. To update, follow the steps outlined in our + documentation.