mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: Add a newline for improved readability in BlogPostUtil class
This commit is contained in:
@@ -191,6 +191,7 @@ export default class BlogPostUtil {
|
||||
let blogPostAuthor: BlogPostAuthor | null = null;
|
||||
try {
|
||||
const blogsMeta: Array<JSONObject> = await this.getBlogsMeta();
|
||||
|
||||
const meta: JSONObject | undefined = blogsMeta.find((b: JSONObject) => {
|
||||
return (b["post"] as string) === fileName;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user