mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 21:45:11 +00:00
fix upstream linting
This commit is contained in:
parent
0a15ffba55
commit
f17d716d61
1 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ export async function isFired<C extends keyof Misskey.Channels, T extends keyof
|
|||
reject(err);
|
||||
});
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
export async function isNoteUpdatedEventFired(
|
||||
host: Host,
|
||||
|
@ -290,7 +290,7 @@ export async function isNoteUpdatedEventFired(
|
|||
reject(err);
|
||||
});
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
export async function assertNotificationReceived(
|
||||
receiverHost: Host,
|
||||
|
|
Loading…
Reference in a new issue