Skip to content

Commit

Permalink
Update packages/build/src/plugins_core/functions/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Bouças <[email protected]>
  • Loading branch information
Skn0tt and eduardoboucas authored Oct 23, 2023
1 parent d59984a commit eb10be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build/src/plugins_core/functions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const eventTriggeredFunctions = new Set([
'identity-login',
])

const validateCustomRoutes = function (zisiResults: Awaited<ReturnType<typeof zipFunctions>>) {
const validateCustomRoutes = function (functions: Awaited<ReturnType<typeof zipFunctions>>) {
for (const { routes, name, schedule } of zisiResults) {
if (!routes || routes.length === 0) continue

Expand Down

0 comments on commit eb10be7

Please sign in to comment.