Skip to content

Commit 03993c5

Browse files
refactor: code
1 parent 03fed1e commit 03993c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/CachedSource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const CACHE_KEY_COLUMNS_TRUE = '{"columns":true}';
9494
*/
9595
const getCacheKey = (options) => {
9696
if (!options) return CACHE_KEY_EMPTY;
97-
const columns = options.columns;
97+
const { columns } = options;
9898
if (
9999
/** @type {Options} */ (options).source === undefined &&
100100
/** @type {Options} */ (options).finalSource === undefined &&

0 commit comments

Comments
 (0)