We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7139c9 commit 6a15c74Copy full SHA for 6a15c74
index.js
@@ -364,7 +364,7 @@ function Dyno(options) {
364
}
365
366
// Glue everything together
367
- return _({ config: config, defaultTable: options.tableName }).extend(nativeFunctions, dynoExtensions);
+ return _({ config: config, defaultTable: options.table }).extend(nativeFunctions, dynoExtensions);
368
369
370
/**
0 commit comments