You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Chore: Convert test-utils to TypeScript
This commit is contained in:
@@ -23,7 +23,7 @@ export default class KvStore extends BaseService {
|
||||
this.instance_ = null;
|
||||
}
|
||||
|
||||
private constructor() {
|
||||
public constructor() {
|
||||
super();
|
||||
this.incMutex_ = new Mutex();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user