Skip to content

Commit bf57c18

Browse files
committed
Add todo
1 parent c4fb5ed commit bf57c18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/processor.rs

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ impl Processor {
116116
path,
117117
size: metadata.len(),
118118
modified_at: metadata.modified()?.into(),
119+
// TODO: somehow there's a bug or what making create time always returns zero,
120+
// may need to find a time to debug it
119121
created_at: metadata.created()?.into(),
120122
is_dir: metadata.is_dir(),
121123
})

0 commit comments

Comments
 (0)