Skip to content

Commit 6a15c74

Browse files
author
Kyle Smith
committed
fix: ensure defaultTable is property set to options.table
1 parent e7139c9 commit 6a15c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ function Dyno(options) {
364364
}
365365

366366
// Glue everything together
367-
return _({ config: config, defaultTable: options.tableName }).extend(nativeFunctions, dynoExtensions);
367+
return _({ config: config, defaultTable: options.table }).extend(nativeFunctions, dynoExtensions);
368368
}
369369

370370
/**

0 commit comments

Comments
 (0)