Respond to PR feedback.

This commit is contained in:
Sam Rose 2024-02-26 17:38:33 +00:00
parent 8f61b69ee5
commit 2e8eda47f1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import { Plugin } from "@budibase/types"
// URLS // URLS
export function enrichPluginURLs(plugins: Plugin[] | undefined): Plugin[] { export function enrichPluginURLs(plugins?: Plugin[]): Plugin[] {
if (!plugins || !plugins.length) { if (!plugins || !plugins.length) {
return [] return []
} }