Skip to content

Commit

Permalink
chore: eSim workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Dec 5, 2024
1 parent 7d9d3fb commit d6abe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kms-musap-rn/src/MusapKeyManagerSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class MusapKeyManagementSystem extends AbstractKeyManagementSystem {
try {
const key: MusapKey = this.musapClient.getKeyById(kid) as MusapKey
if (key.sscdType as string === 'External Signature') {
return true // we can't remove a eSim key because this would mean onboarding again
return true // FIXME we can't remove a eSim key for now because this would mean onboarding again
}
void this.musapClient.removeKey(kid)
return true
Expand Down

0 comments on commit d6abe65

Please sign in to comment.