We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ITEM_PENDING_REVIEW
1 parent 6dbd98f commit fe50cf2Copy full SHA for fe50cf2
package.json
@@ -57,7 +57,7 @@
57
"ava": "^5.2.0",
58
"execa": "^7.0.0",
59
"is-stream": "^3.0.0",
60
- "xo": "^0.53.1"
+ "xo": "^0.54.2"
61
},
62
"engines": {
63
"node": "^14.13.1 || >=16.0.0"
util.js
@@ -11,6 +11,11 @@ export function handlePublishStatus(item) {
11
return;
12
}
13
14
+ if (firstStatus === 'ITEM_PENDING_REVIEW') {
15
+ console.log('Publish pending review');
16
+ return;
17
+ }
18
+
19
throw item;
20
21
0 commit comments