1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Removed uneeded created_time property

This commit is contained in:
Laurent Cozic
2018-02-07 20:42:52 +00:00
parent 78e5eaf1e2
commit 02ac0b8593
4 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ class FileApiDriverLocal {
metadataFromStat_(stat) {
return {
path: stat.path,
created_time: stat.birthtime.getTime(),
// created_time: stat.birthtime.getTime(),
updated_time: stat.mtime.getTime(),
isDir: stat.isDirectory(),
};