You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Tools: Apply rule @typescript-eslint/member-delimiter-style
This commit is contained in:
@@ -15,8 +15,8 @@ export default class ResourceService extends BaseService {
|
||||
private static isRunningInBackground_: boolean = false;
|
||||
|
||||
private maintenanceCalls_: boolean[] = [];
|
||||
private maintenanceTimer1_: any = null
|
||||
private maintenanceTimer2_: any = null
|
||||
private maintenanceTimer1_: any = null;
|
||||
private maintenanceTimer2_: any = null;
|
||||
|
||||
public async indexNoteResources() {
|
||||
this.logger().info('ResourceService::indexNoteResources: Start');
|
||||
|
||||
Reference in New Issue
Block a user