Error key evento

This commit is contained in:
2026-04-15 10:31:21 +02:00
parent 1dc4eb5648
commit eac74ef0cd
4 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ export namespace SimEvents {
}
export type reActivation = DomainEvent & {
key: `sim.${string}.reActivate`,
key: `sim.${string}.reactivate`,
payload: {
iccid: string
},