mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore:
This commit is contained in:
@@ -36,10 +36,6 @@ export class Locker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
unlock(str: string) {
|
unlock(str: string) {
|
||||||
const isLocked = this.locked[str];
|
|
||||||
if (isLocked != null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
delete this.locked[str];
|
delete this.locked[str];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user