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 ed14b98 commit ce7cb11Copy full SHA for ce7cb11
index.js
@@ -184,7 +184,7 @@ class ServerlessDynamodbLocal {
184
185
return new BbPromise(function(resolve, reject) {
186
let dynamodb = self.dynamodbOptions(region),
187
- tableOptions = self.tableOptions(options.stage);
+ tableOptions = self.tableOptions();
188
dynamodbMigrations.init(dynamodb, tableOptions.path);
189
dynamodbMigrations.executeAll(tableOptions).then(resolve, reject);
190
});
0 commit comments