mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: 🚨 Use shortand property syntax for object literals
This commit is contained in:
parent
48ffe97849
commit
3fade63567
15 changed files with 31 additions and 31 deletions
|
|
@ -144,7 +144,7 @@ export const nodeDriver: RotatingFileSinkDriver<number> = {
|
|||
}
|
||||
return statSync(path);
|
||||
},
|
||||
renameSync: renameSync,
|
||||
renameSync,
|
||||
};
|
||||
|
||||
export const configureLoggers = (silent = false) =>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ export const renderMarkdownInPath = async (
|
|||
}
|
||||
|
||||
return {
|
||||
content: content,
|
||||
content,
|
||||
lastModified,
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue