mirror of https://github.com/laurent22/joplin.git
typo
parent
3c13c8d080
commit
e8e8ea3780
|
@ -139,7 +139,7 @@ export default class ShareUserModel extends BaseModel<ShareUser> {
|
|||
|
||||
await this.withTransaction(async () => {
|
||||
await this.delete(shareUsers.map(s => s.id));
|
||||
}, 'ShareUserModel::delete');
|
||||
}, 'ShareUserModel::deleteByShare');
|
||||
}
|
||||
|
||||
public async delete(id: string | string[], _options: DeleteOptions = {}): Promise<void> {
|
||||
|
|
Loading…
Reference in New Issue