1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-12 13:48:28 +09:00
This commit is contained in:
ssmucny 2023-04-24 23:00:13 -04:00
parent 5295ddae71
commit 73022c7b45

View File

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