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 03fed1e commit 03993c5Copy full SHA for 03993c5
1 file changed
lib/CachedSource.js
@@ -94,7 +94,7 @@ const CACHE_KEY_COLUMNS_TRUE = '{"columns":true}';
94
*/
95
const getCacheKey = (options) => {
96
if (!options) return CACHE_KEY_EMPTY;
97
- const columns = options.columns;
+ const { columns } = options;
98
if (
99
/** @type {Options} */ (options).source === undefined &&
100
/** @type {Options} */ (options).finalSource === undefined &&
0 commit comments