Skip to content

Commit b763def

Browse files
chore: documentation
1 parent 964896e commit b763def

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ getLambdas: async (foundLambdas, config) => {
246246
.replace('.js', '.ts');
247247
}
248248
}
249+
return foundLambdas;
249250
};
250251
```
251252

@@ -264,6 +265,7 @@ export default {
264265
};
265266
}
266267
}
268+
return foundLambdas;
267269
}
268270
} satisfies LldConfigTs;
269271
```

0 commit comments

Comments
 (0)