We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8a029 commit 461a3daCopy full SHA for 461a3da
index.js
@@ -199,7 +199,7 @@ class ServerlessDynamodbLocal {
199
stacks = stacks.concat(this.getAdditionalStacks());
200
}
201
202
- return stacks.map(stack => this.getTableDefinitionsFromStack(stack)).reduce((tables, tablesInStack) => tables.concat(tablesInStack), []);
+ return stacks.map((stack) => this.getTableDefinitionsFromStack(stack)).reduce((tables, tablesInStack) => tables.concat(tablesInStack), []);
203
204
205
/**
0 commit comments