You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Desktop: Add synchronization tools to clear local sync state or data
This commit is contained in:
@@ -681,7 +681,7 @@ export default class BaseItem extends BaseModel {
|
||||
return output;
|
||||
}
|
||||
|
||||
static syncItemTypes() {
|
||||
public static syncItemTypes(): ModelType[] {
|
||||
return BaseItem.syncItemDefinitions_.map((def: any) => {
|
||||
return def.type;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user