You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
Tools: Apply eslint rule @typescript-eslint/no-inferrable-types with ignoreArguments=false
This commit is contained in:
@@ -86,7 +86,7 @@ class Registry {
|
||||
}
|
||||
};
|
||||
|
||||
public scheduleSync = async (delay: number = null, syncOptions: any = null, doWifiConnectionCheck: boolean = false) => {
|
||||
public scheduleSync = async (delay: number = null, syncOptions: any = null, doWifiConnectionCheck = false) => {
|
||||
this.schedSyncCalls_.push(true);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user