This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
derp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/client/my-sites/preview/main.jsx b/client/my-sites/preview/main.jsx | |
index 119f0e53db..5327b2bef8 100644 | |
--- a/client/my-sites/preview/main.jsx | |
+++ b/client/my-sites/preview/main.jsx | |
@@ -3,6 +3,7 @@ | |
*/ | |
import { connect } from 'react-redux'; | |
import { localize } from 'i18n-calypso'; | |
+import { throttle } from 'lodash'; | |
import React from 'react'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/client/state/data-layer/wpcom/checklist/index.js b/client/state/data-layer/wpcom/checklist/index.js | |
index bc37e168ee..4f1dd4a6e9 100644 | |
--- a/client/state/data-layer/wpcom/checklist/index.js | |
+++ b/client/state/data-layer/wpcom/checklist/index.js | |
@@ -20,7 +20,10 @@ export const fetchChecklist = action => | |
{ | |
path: `/sites/${ action.siteId }/checklist`, | |
method: 'GET', | |
- apiVersion: '1.1', | |
+ apiNamespace: 'rest/v1.1', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: aawp | |
recipe: wordpress | |
config: | |
webroot: wordpress_root | |
php: '7.3' | |
xdebug: true | |
config: | |
php: .lando/php.ini | |
#database: .lando/mysql.cnf | |
#server: .lando/apache.conf |