This commit is contained in:
ssmucny 2023-04-24 23:00:13 -04:00
parent 5295ddae71
commit 73022c7b45
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export class ApEventService {
metadata: {}, metadata: {},
}; };
} else { } else {
throw new Error('Invalid event properties') throw new Error('Invalid event properties');
} }
} }
} }