Skip to content

Commit c1b44b4

Browse files
committed
Fix status for cancelled license_setuo
1 parent 62a515c commit c1b44b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export default createPlugin(
219219
auth_token: await readAuthToken(),
220220
started_at: licenseCheckStartedAt,
221221
ended_at: new Date().toISOString(),
222-
status: "COMPLETED",
222+
status: "CANCELLED",
223223
},
224224
});
225225
return;

0 commit comments

Comments
 (0)