mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-05 09:00:41 +00:00
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
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user