mirror of
https://github.com/certd/certd.git
synced 2026-05-15 12:37:30 +08:00
perf: 切换到不同的分组后再打开创建对话框,会自动选择分组
This commit is contained in:
@@ -5,7 +5,7 @@ export class Cache {
|
||||
return this.bucket[key];
|
||||
}
|
||||
|
||||
async set(key: string, value: any, ttl: number) {
|
||||
async set(key: string, value: any, ttl?: number) {
|
||||
this.bucket[key] = value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user