We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 303c927 + 9157d29 commit f2512cbCopy full SHA for f2512cb
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