From c88f31c3645bb0002171bf21850c7ca6d217c73f Mon Sep 17 00:00:00 2001
From: DhammaCharts <100090806+DhammaCharts@users.noreply.github.com>
Date: Thu, 02 Jun 2022 07:16:02 +0000
Subject: [PATCH] change to object destructuring for drawGraph() arguments
---
config.toml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config.toml b/config.toml
index 5efa9f3..803ef1e 100644
--- a/config.toml
+++ b/config.toml
@@ -30,4 +30,4 @@
tabWidth = 4
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
- publishDate = ["publishDate", "date"]
\ No newline at end of file
+ publishDate = ["publishDate", "date"]
--
Gitblit v1.10.0