chore: small text adjustment
This commit is contained in:
parent
28f35e7328
commit
ece51deb29
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ async function handleNotFoundRecord(
|
||||||
|
|
||||||
const metadata = {
|
const metadata = {
|
||||||
pathname,
|
pathname,
|
||||||
fileName: filename ?? "n/a", // should not possible to fallback, just in case.
|
fileName: filename ?? "n/a", // should not possible to fallback, but just in case.
|
||||||
fileSize: stat.size,
|
fileSize: stat.size,
|
||||||
fileType: stat.type,
|
fileType: stat.type,
|
||||||
title: "",
|
title: "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue