fix code quality issues
This commit is contained in:
parent
552354c895
commit
9452287380
2 changed files with 2 additions and 3 deletions
|
@ -71,7 +71,6 @@ export class AccountMoveService {
|
|||
*/
|
||||
@bindThis
|
||||
public async moveFromLocal(src: MiLocalUser, dst: MiLocalUser | MiRemoteUser): Promise<unknown> {
|
||||
const srcUri = this.userEntityService.getUserUri(src);
|
||||
const dstUri = this.userEntityService.getUserUri(dst);
|
||||
|
||||
// add movedToUri to indicate that the user has moved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue