fix a typo (#1627)
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
test / api-test (22.x) (push) Has been cancelled

This commit is contained in:
Xiaochen Cui
2025-09-26 21:45:00 -07:00
committed by GitHub
parent 733c7b638d
commit 891093fd2b
+1 -1
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';