Skip to content

Commit 3df7ebe

Browse files
committed
update /money/passive-income-protfolio/202105
1 parent b200ba7 commit 3df7ebe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_tools/newpostcheck.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ const fetch = require("node-fetch");
1414
}
1515

1616
const currentFeedPosts = await response.json();
17-
// console.log("Current feed post is ", currentFeedPosts['latest-post']);
17+
console.log("Current feed post is ", currentFeedPosts['latest-post']);
1818

1919
// read the locally built version of the data source
2020
const onlineFeedPosts = JSON.parse(fs.readFileSync("./public/feed/index.json", { encoding: "utf8" }));
21-
// console.log("Online feed post is ", onlineFeedPosts['latest-post']);
21+
console.log("Online feed post is ", onlineFeedPosts['latest-post']);
2222

2323
// compare the two
2424
if (currentFeedPosts['latest-post']['url'] !== onlineFeedPosts['latest-post']['url']) {
@@ -42,7 +42,7 @@ const fetch = require("node-fetch");
4242

4343
var dataString = JSON.stringify(postData);
4444

45-
// console.log(dataString);
45+
console.log(dataString);
4646

4747
var options = {
4848
url: 'https://app.webpushr.com/api/v1/notification/send/all',

content/money/passive-income-protfolio/202105.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "慢慢变富 # 组合月报(202105)"
33
date: 2021-06-05
4-
draft: true
4+
draft: false
55
series: ["投资实证"]
66
tags: ["投资组合", "指数定投", "ETF"]
77
keywords: "被动收入投资组合、指数定投、ETF定投"

0 commit comments

Comments
 (0)