debugging messages
This commit is contained in:
parent
2a594e0974
commit
b2166a8425
@ -7,7 +7,9 @@ module.exports = NodeHelper.create({
|
|||||||
},
|
},
|
||||||
|
|
||||||
socketNotificationReceived: function(notification, payload) {
|
socketNotificationReceived: function(notification, payload) {
|
||||||
|
console.log('Notification!');
|
||||||
if (notification === 'GET_POSTS') {
|
if (notification === 'GET_POSTS') {
|
||||||
|
console.log('Notification: GET_POSTS');
|
||||||
const { url, numberOfPosts } = payload;
|
const { url, numberOfPosts } = payload;
|
||||||
const apiUrl = `${url}/wp-json/wp/v2/posts?per_page=${numberOfPosts}`;
|
const apiUrl = `${url}/wp-json/wp/v2/posts?per_page=${numberOfPosts}`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user