Skip to content

Commit ddf366e

Browse files
authored
Update function-index.mustache
1 parent c831e80 commit ddf366e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

graphql/function-index.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ if (typeof __non_webpack_require__ === 'undefined') global.__non_webpack_require
1010

1111
module.exports = {
1212
{{#Functions}}
13+
{{^isEmpty}}
1314
{{FunctionName}}: require("./{{FunctionName}}"){{#hasMore}},{{/hasMore}}
15+
{{/isEmpty}}
1416
{{/Functions}}
1517
}

0 commit comments

Comments
 (0)