Skip to content

Commit ce63599

Browse files
committed
Fix status for cancelled license_setuo
1 parent f0d0162 commit ce63599

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
@@ -237,7 +237,7 @@ export default createPlugin(
237237
auth_token: await readAuthToken(),
238238
started_at: licenseCheckStartedAt,
239239
ended_at: new Date().toISOString(),
240-
status: "COMPLETED",
240+
status: "CANCELLED",
241241
},
242242
});
243243
return;

0 commit comments

Comments
 (0)