mirror of https://github.com/certd/certd
chore:
parent
d3935219f2
commit
4a00a3cc1b
|
@ -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];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue