fix a typo (#1627)

This commit is contained in:
Xiaochen Cui
2025-09-26 21:45:00 -07:00
committed by GitHub
parent 733c7b638d
commit 891093fd2b

View File

@@ -4,7 +4,7 @@ import * as utils from '../../lib/utils.js';
// Constants
//
// The last valid time of the local cache.
const LAST_VALID_TS = 'last_updated_ts';
const LAST_VALID_TS = 'last_valid_ts';
// Operations
import copy from './operations/copy.js';