mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-08 22:20:38 -06:00
fix a typo (#1627)
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