diff --git a/index.js b/index.js index 5af85ac..e6b0c01 100644 --- a/index.js +++ b/index.js @@ -364,7 +364,7 @@ function Dyno(options) { } // Glue everything together - return _({ config: config, defaultTable: options.tableName }).extend(nativeFunctions, dynoExtensions); + return _({ config: config, defaultTable: options.table }).extend(nativeFunctions, dynoExtensions); } /**