Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjiezhe committed Dec 11, 2020
1 parent 9eb5e73 commit 89c20a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const utils = new Util(hexo, __dirname);

hexo.extend.filter.register('theme_inject', injects => {

let config = utils.defaultConfigFile('discussbot', 'default.yaml');
const config = utils.defaultConfigFile('discussbot', 'default.yaml');
if (!config.enable) return;

if (!config.siteid) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-next-discussbot",
"version": "1.0.2",
"version": "1.0.3",
"description": "DiscussBot comment system for NexT.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 89c20a5

Please sign in to comment.