Skip to content
Snippets Groups Projects
Verified Commit d0584879 authored by Mar0xy's avatar Mar0xy
Browse files

fix: lint

parent 0da47179
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,6 @@ export class NoteEditService implements OnApplicationShutdown {
createdAt: MiUser['createdAt'];
isBot: MiUser['isBot'];
}, editid: MiNote['id'], data: Option, silent = false): Promise<MiNote> {
if (!editid) {
throw new Error('fail');
}
......@@ -447,7 +446,6 @@ export class NoteEditService implements OnApplicationShutdown {
createdAt: MiUser['createdAt'];
isBot: MiUser['isBot'];
}, data: Option, silent: boolean, tags: string[], mentionedUsers: MinimumUser[]) {
// Register host
if (this.userEntityService.isRemoteUser(user)) {
this.federatedInstanceService.fetch(user.host).then(async i => {
......
......@@ -91,7 +91,6 @@ export function useNoteCapture(props: {
});
break;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment