diff --git a/src/puter-js/src/modules/FileSystem/index.js b/src/puter-js/src/modules/FileSystem/index.js index 4489dd09..0a3adfaa 100644 --- a/src/puter-js/src/modules/FileSystem/index.js +++ b/src/puter-js/src/modules/FileSystem/index.js @@ -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';