Remove errant space
This commit is contained in:
parent
aa8f5841f9
commit
618a8c458d
|
@ -15,7 +15,7 @@ const userEndpoint = '/wp/v2/users';
|
|||
* @param statuses Status of the object to check
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
const deleteAllRepositoryObjects = async ( repository, defaultObjectId = null, statuses = [ 'draft', 'publish', 'trash' ] ) => {
|
||||
const deleteAllRepositoryObjects = async ( repository, defaultObjectId = null, statuses = [ 'draft', 'publish', 'trash' ] ) => {
|
||||
let objects;
|
||||
const minimum = defaultObjectId == null ? 0 : 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue