mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Better English
This commit is contained in:
parent
d9ccb0c668
commit
9de6408557
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default async (actor: IRemoteUser, activity): Promise<void> => {
|
|||
try {
|
||||
object = await resolver.resolve(activity.object);
|
||||
} catch (e) {
|
||||
log(`Resolve failed: ${e}`);
|
||||
log(`Resolution failed: ${e}`);
|
||||
throw e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue