mirror of
https://github.com/certd/certd.git
synced 2026-04-15 05:00:52 +08:00
refactor: 1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { AbstractAccess, IAccessService } from "@certd/pipeline";
|
||||
import { aliyunSecret } from "../user.secret";
|
||||
export class AccessServiceTest implements IAccessService {
|
||||
async getById(id: any): Promise<AbstractAccess> {
|
||||
return {
|
||||
...aliyunSecret,
|
||||
} as any;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user