mirror of
https://github.com/certd/certd.git
synced 2026-04-21 18:37:28 +08:00
chore:
This commit is contained in:
@@ -10,6 +10,6 @@ export class BaseOpenController extends BaseController {
|
||||
const encrypted = encryptor.encrypt(data);
|
||||
return this.ok(encrypted);
|
||||
}
|
||||
super.ok(res);
|
||||
return super.ok(res);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user