mirror of
https://github.com/certd/certd.git
synced 2026-04-23 03:27:25 +08:00
chore: 优化性能
This commit is contained in:
@@ -36,7 +36,7 @@ export class SysPlusController extends BaseController {
|
||||
}
|
||||
const license = res.data.license;
|
||||
|
||||
await this.plusService.updateLicense(siteId, license);
|
||||
await this.plusService.updateLicense(license);
|
||||
|
||||
return this.ok(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user