We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa97f7d + 1c00d62 commit 9157d29Copy full SHA for 9157d29
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.1.20",
+ "version": "1.1.21",
4
"main": "index.ts",
5
"license": "UNLICENSED",
6
"scripts": {
test/integration/cases/billing/pay.test.ts
@@ -243,7 +243,7 @@ describe('Pay webhook', () => {
243
noAck: true,
244
});
245
const expectedLimiterTask = {
246
- type: 'check-single-workspace',
+ type: 'unblock-workspace',
247
workspaceId: workspace._id.toString(),
248
};
249
@@ -366,7 +366,7 @@ describe('Pay webhook', () => {
366
367
368
369
370
371
372
0 commit comments